-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
OpenFEC fails to perform on 32bit platforms #60
Comments
One can reproduce this on on x86-64 host by adding the following string in CMakeLists.txt:
|
We need this for #9. |
According to OpenFEC tests ( |
This patch upon
|
The patch has troubles with whitespaces and formatting. I've uploaded fixed verson: gist. |
Our travis now also cross-compiles Roc for RPi 1 and RPi 2 and runs tests using QEMU. To fix builds, I temporarily added applying the patch above to |
In case of compiling OpenFEC with
-m32
flag or compiling and calling on ARM tests fail.The issue is in file of_symbol.c in symbols arithmetic operations.
The text was updated successfully, but these errors were encountered: