asd1355215911 / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Cross compiler for mips platform. error "can't resolve symbol '__sysv_signal'" #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cross compile for mips
2. run binary on mips
3.

What is the expected output? What do you see instead?
expected output is binary runs successfully.
But instead I get an error "can't resolve symbol '__sysv_signal'. Probably 
because of kernel version. I am using linux 2.6.31

What version of the product are you using? On what operating system?
Using latest version on linux 2.6.31

Please provide any additional information below.

Original issue reported on code.google.com by akshayba...@gmail.com on 1 Jul 2013 at 10:08

GoogleCodeExporter commented 9 years ago
Hi Akshay,

We are facing the same issue!  Were you able to find a solution for the same?

Sathya.

Original comment by nssath...@gmail.com on 30 Jul 2013 at 12:40

GoogleCodeExporter commented 9 years ago
Take a look at /usr/include/signal.h
you might want to define some flags, e.g. -D__USE_BSD

I don't have MIPS crosscompiler, so experiment yourself.

Original comment by valenok on 30 Jul 2013 at 12:47

GoogleCodeExporter commented 9 years ago
I din't find a solution. I will try the solution proposed in comment #2 

Original comment by akshayba...@gmail.com on 2 Aug 2013 at 5:57