This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help! redboot console


Dear All,
	Yeah, I think so. Endianness should not affect the byte order of a string.
	So the situation is really strange since everything is normal except the byte order of the strings. And the problem can be solved by setting big-endian a second time.
	Please take a look at the gdb.log.txt file. I make some stops in _vprintf() when the problem is happening. Pay attention to the value of 'c' and '*fmt'. It's really strange, isn't it?
	Thank you.
Best Regards,
-- 
kneep <caozhiyuan@hotmail.com>


On Mon, 10 May 2004 21:05:43 +0530

"sandeep kumar" <sandeep@codito.com> wrote:

> > Does endian affect the byte order of a STRING? 
> no. it should not.
> ---
> sandeep
> 
> 
> 
> -- 
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Attachment: gdb.log.txt
Description: Binary data

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]