-
Notifications
You must be signed in to change notification settings - Fork 108
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
Compilation errors on MIPS-based embedded system #463
Comments
The issue in pq-crypto is solved by updating the version of s2n, see aws/s2n-tls#1592. |
Thanks for figuring out a workaround for these issues. Will fixing this resolve the aws-lc error that you are getting? |
We are looking into updating the version of the dependencies to resolve this issue, but I'm not sure how long that will take. I just want to make sure that you are not blocked by this, and that the workarounds you listed above currently work for your use case? |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
Describe the bug
I'm trying to cross-compile aws-iot-device-sdk-cpp-v2 v1.18.5 for a MIPS-based CPU using buildroot and I'm running into build problems.
Expected Behavior
No failures.
Current Behavior
First compilation problem:
My workaround:
Next compilation problem is
My workaround:
With that I get the framework and the samples to compile.
Reproduction Steps
Add this repo as package to buildroot and build with a mips toolchain.
Possible Solution
See workarounds above. With those it seems to work fine.
Additional Information/Context
No response
SDK version used
v1.18.5
Environment details (OS name and version, etc.)
Ubuntu 20.04, cross-compiling for mips (32 bit)
The text was updated successfully, but these errors were encountered: