This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

LIBC and STDIO


Hello.

printf() works fine under arm-elf-gdb because it uses /dev/haldiag

However, if I change

CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE

to "/dev/tty1" instead of "/dev/haldiag"

My program hangs at the printf()

These are all done before I start the threads so the mutex stuff shouldn't
matter I believe.

Any help greatly appreciated.

perry


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