-
Notifications
You must be signed in to change notification settings - Fork 65
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
lib microros cannot be found #140
Comments
I did that and followed everything exactly as in the readme but still have this error only on windows |
Could you share the screen capture of GCC Linker on no.4? |
Same, I skipped to step 4. Can I ask you what you have put in the docker command. The absolute path like something/workspace/name_of_project ? And did you follow the step 3? because without that I had another error while by following it I got the -lmicroros not found error. The error i got without the step 3 is:
and the other one is:
|
I'm already working on humble. About the step number 3 did you put what was written in the guide:
Or did you put something different like:
Or absolute path |
No, I browse it manually to the destination folder which could be absolute path. |
Hi I'm working on Windows 11 with STM32CubeIde and I have a problem while building that is the following:
C:/ST/STM32CubeIDE_1.14.1/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235/tools/bin/../lib/gcc/arm-none-eabi/11.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lmicroros: No such file or directory collect2.exe: error: ld returned 1 exit status make: *** [makefile:69: micro_ros.elf] Error 1 "make -j20 all" terminated with exit code 2. Build might be incomplete.
I think this is related to the step 4. I double checked the path to see if it was correct and it seems right.
The text was updated successfully, but these errors were encountered: