-
Notifications
You must be signed in to change notification settings - Fork 80
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
Build failing for humble in vscode - clock_gettime missing #153
Comments
Please check pull request #156. [env:pico] Please check wiki https://github.com/hippo5329/micro_ros_arduino_examples_platformio/wiki. Clean all and build again. |
@hippo5329 Unfortunately the issue is not resolved
Environment:
|
@mattwilliamson @hippo5329 was micro_ros, platformio and earle core working together at some point? I started only recently and also got errors using PIO+ Portenta H7 🥲 Only thing that is sucessfully uploading is arduino micro ros + Portenta, but that's different repo... |
https://github.com/micro-ROS/micro_ros_platformio/blob/main/ci/platformio.ini [env:portenta_h7_m7] |
The clock_gettime issue is caused by recent toolchain update. You may revert to older version. |
You should use the stable version as I suggested earlier. board=pico should work for Adafruit feather can. |
@mattwilliamson You can get older versions of Earle's core by specifying commit:
This one is before adding rp2350 and Pico SDK 2.0, maybe there were some breaking changes. |
Issue template
Steps to reproduce the issue
Hit build in vscode on platformio
platformio.ini
Expected behavior
Builds successfully. This same project worked a couple months ago before re-cloning it.
Actual behavior
Additional information
The text was updated successfully, but these errors were encountered: