From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Perry Wang" To: Subject: [ECOS] LIBC and STDIO Date: Thu, 16 Dec 1999 16:35:00 -0000 Message-id: X-SW-Source: 1999-12/msg00022.html 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