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]

Hello, World issues


Hello.

I built eCOS for the Linux synthetic target using all of the default settings. I then wrote a very simple "Hello, World" C program and attempted to compile it with the following command line:

i386-elf-gcc -I/home/josh/prj/smarthub/ecos_synth_install/include HelloWorld.c -L/home/josh/prj/smarthub/ecos_synth_install/lib -Ttarget.ld -nostdlib

and I get an error from the linker complaining that it cannot find "libgcc_eh.a". I did a search for this file and could not find it in the project's buidl subdirectories or in the eCos GNU toolchain directories. Any ideas?

Thanks,
Josh



--
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]