-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't compile for libcamera #25
Comments
|
Hello and thank you for your reply :) Unfortunately, I can't find the _DYNAMIC in the file : /usr/include/link.h You can download the musl-dev package on the alpine repository here : https://dl-cdn.alpinelinux.org/alpine/v3.19/main/armv7/musl-dev-1.2.4_git20230717-r4.apk which contains the /usr/include/link.h file. Nevertheless, this is the content of this file :
|
In libcamera, we have
|
Thanks @pinchartl I'll add that declaration and hopefully it should fix this issue. |
#26 is now merged. Please do give it a try and let me know if it is fixed.
I'm curious what platform you are running this on? libpisp is only really relevant for Pi 5 (armv8). So perhaps your libcamera meson build config should not include rpi/pisp support? |
=> This is now building fine with your last commit on main branch! So, I am building packages for https://github.com/raspberrypi/rpicam-apps and https://github.com/raspberrypi/libcamera And I am trying to cross compiling from amd64 (debian) with docker buildx to armv6 on alpine linux (sorry I said armv7 in the first post) : for a rpi0 on alpine linux. Sadly no one seems to distribute packages for alpine, only for rpi os. I have successfully built v1.2.1 and libcamera 0.1.0+rpt20231122, but thoses new versions are giving me quite a hard time. You said that maybe I don't need this, so now I am trying to rebuild the libcamera package with :
If it will work, that should mean that this is a false issue and the last commit on the main branch should maybe not be there -- |
Hello there,
I'm trying to build the libcamera project (0.2.0+rpt20240215) but this libpisp is causing me an issue :
More output here : https://pastebin.com/raw/3hbXBdVh and here https://pastebin.com/raw/yTvEfUVG
Environment : alpine 3.19 on armv6
Any advices ? Thank you :)
The text was updated successfully, but these errors were encountered: