-
Notifications
You must be signed in to change notification settings - Fork 256
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
Jetson Xavier clang 10 fail tests #112
Comments
Hi, |
Hi, |
Hi, Could you confirm if the issue still persist with the latest clang and KFR? Command for printing cpu info:
|
@dancazarin I tested clang-11 and clang-12 for cross-compilation and then the unittests will be executed with success for Debug also. Zync Ultrascale+, 64 bit, 4 × ARM A53) cat /proc/cpuinfo
processor : 0
BogoMIPS : 200.00
Features : fp asimd aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 200.00
Features : fp asimd aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 200.00
Features : fp asimd aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 200.00
Features : fp asimd aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4 |
Thank you for reporting this. The Clang bug has been added to KNOWNBUGS.md in just released KFR 5.2.0. |
KFR 6 has changed the minimum requirements to Clang 11+ and does not suffer from this clang bug. |
with clang 10, build is ok, but the tests fail
the log is following
lscpu :
log all_tests:
The text was updated successfully, but these errors were encountered: