-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
SITL not working on alpine for Copter 4.5 (still) #27780
Comments
hello, Looks like a well know issue on alpine, it needs to include #include <sys/time.h>. Would you like to make a PR to correct this ? or I can do it later today |
I started doing some changes with the <sys.time.h> and <time.h> but it became messy pretty fast and I don't want to make changes I don't fully understand |
ok np, I will look at it tonight |
@khancyr have you had a chance to look at this issue? |
Sorry about the status change is was a miss-click 😅 |
Hello, I forget... sorry. I will do it soon and add some test so alpine don't break again |
solved in #27818 |
Should be good for SITL. Linux target still have a lot of issues |
unfortunately this fails for me but it looks like it might be a compatibility issue with the python version installed on my docker (3.11) what version where you using to test? the crash i get when running
|
@Zavitit the empy version should be pinned to known-working version. Check the install script to see which one. |
Bug report
As was mentioned in #27227
for some reason building SITL on alpine failed with the error in that issue
@peterbarker fixed the issue that was stated there but SITL still won't build properly
I've added a comment there (that ill quote here at the end) with the details of the docker I'm using and the error I've encountered I'd really appreciate help with this problem
Version
Copter 4.5
Platform
[ ] All
[ ] AntennaTracker
[X ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine
Airframe type
cotacopter
Hardware type
Cube
Logs
adding the comment from the previous issue:
@peterbarker Thank you very much for the help but unfortunately I'm still having this issue
I'm adding my Dockerfile maybe I'm just doing something wrong?
i did some manual experimentation and just rerunning the
./waf copter
command resulted in around 5 targets that won't compileoutput for the last run:
The text was updated successfully, but these errors were encountered: