Cross compiler for mips platform. error "can't resolve symbol '__sysv_signal'"
Opened this issue · 3 comments
GoogleCodeExporter commented
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
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
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
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