-
Notifications
You must be signed in to change notification settings - Fork 11
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 compiling astra_camera feature package for riscv64 architecture host #10
Comments
RBEC Machine : x86_64 -- ORRBEC Machine Bits : 64 -- ORRBEC : x64
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error message:
/home/zq-pi9/wheeltec_ws/src/ros2_astra_camera/astra_camera/include/openni2/OniPlatform.h:68:26: note: in expansion of macro ‘ONI_C_API_IMPORT’
68 | # define ONI_C_API ONI_C_API_IMPORT
| ^~~~~~~~~~~~~~~~
/home/zq-pi9/wheeltec_ws/src/ros2_astra_camera/astra_camera/include/openni2/OniCAPI.h:68:1: note: in expansion of macro ‘ONI_C_API’
68 | ONI_C_API const OniSensorInfo* oniDeviceGetSensorInfo(OniDeviceHandle device, OniSensorType sensorType);
| ^~~~~~~~~
/home/zq-pi9/wheeltec_ws/src/ros2_astra_camera/astra_camera/include/openni2/OniPlatform.h:56:39: error: ‘ONI_API_IMPORT’ does not name a type; did you mean ‘ONI_C_API_IMPORT’?
56 | # define ONI_C_API_IMPORT ONI_C ONI_API_IMPORT
I observed some architecture-specific dynamic link libraries in openni2_redist folder, how do I adapt them for riscv64?
The text was updated successfully, but these errors were encountered: