You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AIR reports a missing header during runtime library build for target aarch64. The test_library.h header is available under /runtime_lib/aarch64/test_lib/include, but for some reason the compiler only looks for /runtime_lib/x86_64/test_lib/include. I was able to work around this by setting CPLUS_INCLUDE_PATH but there probably is some hard-coded path pointed to x86.
Description
AIR reports a missing header during runtime library build for target aarch64. The
test_library.h
header is available under/runtime_lib/aarch64/test_lib/include
, but for some reason the compiler only looks for/runtime_lib/x86_64/test_lib/include
. I was able to work around this by settingCPLUS_INCLUDE_PATH
but there probably is some hard-coded path pointed to x86.Tool commit points
c3a9b505f06936a3e4c81c221ca9fac2a7d6dbad
d21ca563e0c0fd100a4bbd98d194e770ce33bd79
Repeat this issue
Compile AIR with runtime lib target aarch64:
During build there's error message:
The text was updated successfully, but these errors were encountered: