-
Notifications
You must be signed in to change notification settings - Fork 62
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
libmicroros.a', needed by 'int32_publisher.elf', missing and no known rule to make it #183
Comments
I'm getting the same error |
Me too,but on humble branch. |
@nilseuropa what branch have you tried that worked? Since |
I was getting this error then I run
then I clean build and it worked, seems like the source before pip3 install didn't work when I did it first time. |
I have also solved it with the solution provided by @glmnet 😄 |
I had the very same issue. My issue might be very specific but in my case the problem was my $ cat /home/$USER/.gitconfig
[user]
signingKey = <my_gpg_key>
name = <my_name>
email = <my_email>
[commit]
gpgsign = true
[gpg]
program = gpg
[url "ssh://[email protected]/"]
insteadOf = https://github.com/ The SSH keys are saved on my Yubikey ( After executing |
int32_publisher example not building
Steps to reproduce the issue
I have Ros Foxy installed on my PC. In order to use microros with esp32, I first cloned esp_idf and then I cloned micro_ros_espidf_component repo.
These are the commands i followed
Expected behavior
I was expecting it to build successfully.
Actual behavior
But Actually it was giving me error shown below
Additional information
The text was updated successfully, but these errors were encountered: