-
Notifications
You must be signed in to change notification settings - Fork 317
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
[Bug]: arm 32 bit compile error #2065
Comments
Could you share more some more details such as:
|
Had a discussion with Hassan (not bug related),but he gave me that pointers: "As you may know in the underlying PIC layer which webrtc c sdk is built on we have our own macros for everything like INT32, SIZE_T, etc. it is very likely the logic is unable to detect 32bit and map one of the macros correctly. This always results in issues like you're saying we call down to the lower level sctp library which expects the correct c types but our macro somehow got messed up, most likely ULONG is mapped to the wrong thing in PIC for your platform. If not that something similar." Regards your questions:
That are the requirements on the Ubuntu. |
Please confirm you have already done the following
Please answer the following prompt
Describe the bug
error.txt
Expected Behavior
Same code (same libs etc) builds just fine with arm64.
Current Behavior
See compile error
Reproduction Steps
MACHINE=qemuarm bitbake amazon-kvs-webrtc-sdk
WebRTC C SDK version being used
1.11.0 / 30f52d1
If it was working in a previous version, which one?
No response
Compiler and Version used
arm-poky-linux-gnueabi-gcc (GCC) 14.2.0
Operating System and version
Ubuntu 22.04 / Yocto
Platform being used
Yocto
The text was updated successfully, but these errors were encountered: