hi,
i've a problem when i try o build the hello world programm with gcc, it say me:
c:\kolibri\menuetlibc/linuxtools/mld hello -n -Map hello.map
c:\kolibri\menuetlibc/lib/libc.a(crt1.o)(.text+032):crt1.c : undefined reference to 'app_main'
diamond- 02-26-2007
Try to say
extern void app_main() {...}
or
extern "C" void app_main() {...}
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.