-
Notifications
You must be signed in to change notification settings - Fork 13
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
Memory tests fail in PIC mode #40
Comments
I know what's going on, but I don't know how to fix this. File Two things to do to fix the problem: (1) when we compiler non-pic tests, we need to force the compiler to generate non-pic code. (2) disable pic tests for such human written disassembly or provide a pic version of A third thing I just find: currently when we compile pic tests, the generated tests are still non-pic ... |
mem_tests were removed in #41. We need to fix them and get them back into the test suite for 10.1. |
This was seen previously in #23. |
Building commit e5ec233. The main error is
See gist for output details, ld, and gcc versions. This is the first time I've had the build completely fail. This my first time building on 'cayenne.cs.wisc.edu', though.
The text was updated successfully, but these errors were encountered: