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

Reply via email to