This is the mail archive of the ecos-discuss@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]

Re: hello world app SEG faults with Linux synth target


Hi Mandeep

Mandeep Sandhu wrote:

> My hello world app crashes with seg fault when I try to run it. Here's the o/p:
> 
> mandeep@mindstorm:~/ecos/ecos-3.0/examples$ ./hello
> Segmentation fault
> mandeep@mindstorm:~/ecos/ecos-3.0/examples$ strace ./hello
> execve("./hello", ["./hello"], [/* 41 vars */]) = 0
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> mandeep@mindstorm:~/ecos/ecos-3.0/examples$
> 
> Any clues how to fix this?
> 
> How does the hello world app make use of the ecosynth app?

You should not need the I/O auxiliary process for a "hello world"
application.

Which Linux distribution and version are you using?

If you are running on Debian or Ubuntu, try adding
"-fno-stack-protector" to CYGBLD_GLOBAL_CFLAGS. Ref:

  http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000801

You will need to "make clean" and rebuild eCos.

John Dallaway

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