forked from FunKey-Project/FunKey-OS
-
Notifications
You must be signed in to change notification settings - Fork 11
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
The gmu package cannot be compiled #14
Comments
Yeah that's a package I created from some sources I got recently but it's badly designed (requires a ./configure which will get your env compilation flags)... So I would need to modify it, not sure when though. For now, just place the toolchain in |
I tried to put SDK under/opt, it can compile but failed during installation
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Because CC is set to CC=/opt/FunKey-sdk/bin/arm-funkey-linux-musleabihf-gcc in gmu's funkey.mk, when compiling as a package for buildroot, the compiler cannot be found because sdk does not exist at all
To Reproduce
Just need clone this repo,then
make fun
Expected behavior
This is my direct attempt to compile the system image, as I did not compile the SDK, so he cannot find the compiler and library he needs in the opt directory
The text was updated successfully, but these errors were encountered: