[ECOS] printf("\n").
Sergei Organov
osv@javad.ru
Wed Apr 5 11:09:00 GMT 2000
Hello,
I've done the initial part of porting eCos to the MPC50x processors. I even
can run tests on my board now! But all tests that use stdio facilities output
text strangely. The problem is that statements like 'printf("\n")' produce
character sequence 0xA,0xD while the right sequence is 0xD,0xA. Macros like
CYG_TEST_INFO produce right end-of-line sequence though.
Any ideas?
Attached is output of 'stdiooutput' test.
BTW, is it possible to turn off \n to <CR><LF> conversion entirely?
Thanks,
Sergei.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stdiooutput.gz
Type: application/x-gzip
Size: 1314 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/ecos-discuss/attachments/20000405/2d5f2d26/attachment.bin>
More information about the Ecos-discuss
mailing list