-
Notifications
You must be signed in to change notification settings - Fork 107
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
Cxx.jl seems not compatible with docker #488
Comments
A workaround might be passing Line 430 in 896ec3c
or directly create a correct |
@Gnimuc Thanks for answering my question :) But I'm sorry I don't get it cuz I'm not aware of details. I corrected the line you suggested as C = setup_instance(GlobalPCHBuffer; PCHTime=PCHTime, target="...") and it gives me
And I've tried Could you explane what I should do in detail? |
I guess it should be something that matches ROS2's |
I've changed it to NotesA huge error message (sorry but the beginning part is omitted due to space limit of my terminal)
|
I believe that's just an example. What's the cpu architecture type of the device that your docker instance is running on? |
The docker container is run on Ryzen 5900x, and I guess that it's architecture is amd64. |
have you given |
Unfortunately, the same error occurs.
|
This issue has nothing to do with Docker. I've been seeing the same thing with Ryzen 5900x (without Docker) and was just about to file a new issue. Cxx works fine with Ryzen 3900x so this seems somehow related to Ryzen 5000 series. |
Maybe the cpu architecture of Ryzen 5000 series is too new so that the old LLVM/Clang on which Cxx.jl based fails to make a correct detection. |
Oh, my cpu is also Ryzen 5000 series (5950x, probably?). |
Cxx.jl seems not compatible with docker. Or, I may be too new to Cxx.jl to use it properly.
Notes
melodic
(I followed the official installation).Error message
The text was updated successfully, but these errors were encountered: