-
Notifications
You must be signed in to change notification settings - Fork 632
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
Segmentation fault #76
Comments
quite strange to see the segmentation fault when compile..... |
I just realized that this could be my fault. Jetson TX1 uses 64bit ubuntu, i think 32bit might work, let me give it a try. EDIT: 32bit worked out fine. So onboard-sdk doesn't support 64bit arm when will there be an update for 64bit arm? |
@aznshodan The only issue with the linking here is the precompiled libraries we provide (precision trajectory missions) - they are only built for 32-bit Ubuntu 14.04 on ARM (and 64-bit Ubuntu 16.04 on x86). In the next release, we will be making it optional for the Linux sample to link with those libraries. You should be able to run all other functionality of the SDK without any issues once that happens. |
ah i see. thank you |
…develop * commit '40923ffa40e3a274d7d359f40233a7d2cb2fe3ab': fix:fix usb callback log print format fix:fix the sample flag to be original feat:add gimbal manager sample in STM32 fix:fix stm32 running cash issues
I'm following the instructions here:
https://developer.dji.com/onboard-sdk/documentation/github-platform-docs/Linux/README.html
I ran the script using this command:
./scripts/build —-build-type Debug -—clean true --lidar-logging OFF
But I get segmentation fault. This is what I got:
I'm using Jetson TX1 with ubuntu 14.04.
The text was updated successfully, but these errors were encountered: