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

Ecos with i386 synthetizer


Hi all,

I try to use ecos on a i386 synthetizer target.
I've build the environment with configtool and build the synthetizer
too. I've compiled the hello.c programm with the following command :

gcc -g -IBASE_DIR/ecos-work/install/include hello.c \
-LBASE_DIR/ecos-work/install/lib -Ttarget.ld -nostdlib

but when I execute the file a.out, with "gdb -nw a.out", the following
error appears :

Program received signal SIGSEGV, Segmentation fault.
_stext () at /tmp/cc6DVBi1.s:1163
1163	/tmp/cc6DVBi1.s: no such file.
	in /tmp/cc6DVBi1.s
Current language:  auto; currently asm


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