Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 1 Jul 2013 at 10:08

@GoogleCodeExporter
Copy link
Author

Hi Akshay,

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

Sathya.

Original comment by [email protected] on 30 Jul 2013 at 12:40

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

I din't find a solution. I will try the solution proposed in comment #2 

Original comment by [email protected] on 2 Aug 2013 at 5:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant