-
Notifications
You must be signed in to change notification settings - Fork 9
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
gnss-sdr-dev-image do_rootfs cannot find armadillo #3
Comments
What branch are you using? |
Rocko |
It's a little bit outdated, please use Thud. Anyway, in Rocko this should work since armadillo is included in packagegroup-gnss-sdr-base. Let me see if I can reproduce the error. |
Hi, after a couple of changes (see recent commits) I've been able to build and use Rocko. Please let me know if those updates make it work for you. |
Thanks for the help, I've updated most of my layers to at least be up to date with the rocko branches, including this one, but I'm still getting the same error. I've tried using both the rpm and ipk packagers. The similar rpm packager error is
The only other things I've touched within the |
Checking for the built package, I notice that the |
Running
bitbake gnss-sdr-dev-image
gives me the errorrunning
bitbake -b armadillo
completes successfully.If I remove the armadillo dependency from
then the build finishes successfully but compiling gnss-sdr using the sdk fails due to missing BLAS, which is presumably due to the missing armadillo.
The text was updated successfully, but these errors were encountered: