-
Notifications
You must be signed in to change notification settings - Fork 121
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
Error during Cross-Compiling aws-iot-device-sdk-python-v2 with make #795
Comments
Update: I think I managed to resolve the issue. I used the cmake provided by Buildroot instead of host cmake. And this somehow resolved it. At least build is successful. |
Update 2: I did a
I am also using this
in What's not clear is |
Can you link to your setup.py? Are you sure it's passing the expected arguments to CMake when configuring AWS-LC? A few other things you could try:
|
This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled. |
Problem:
I am trying to cross-compile aws-iot-device-sdk-python-v2 which requires aws-crt-python. I am working on building a custom Linux distribution using Buildroot for aarch64. But during
make
I am getting below errors from asmBuild log:
I have no idea what it is complaining about. Can anyone please let me know how to reslove this?
Thanks in advance
The text was updated successfully, but these errors were encountered: