-
Notifications
You must be signed in to change notification settings - Fork 331
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
Make doesn't make a nothing #182
Comments
are you using 32 or 64 bit OS? i was able to make it using Raspbian OS 32 Bits |
May you paste the complete output of |
I met the same problem. My command: make clean
Then I try to: make
|
I get the same error using the same pi zero 2 w, w/ pi 0s legacy 32bit lite (no desktop), and dietpi v8 bookworm. running this: I believe using the model info obtained from cat /proc/device-tree/model is giving a result the script doesn't like. might using the info for the arm model cat /proc/cpuinfo and have it pull from model name for the arm version?
further modifying the line to this: not sure if this would be usable or not, but i hope at least some of this helps. |
I do have an original pi1, pi1 model b, pi 2b, pi3b, pi4, pi5, and pi zero 2 w, let me know if you need me to test something on any of these. |
I used chatgpt to replace the detection portion of makefile w/ a choice set of options to let you select the arm version you want to build for, and it ran successfully on my pi zero 2 w This is the code I used in the modified Makefile:
|
I have the same issue, i edited the make file and tried all three options, and running
didnt give me the ARM type, im using rasberrypi os 64 bit Lite with rasberry pi zero 2 |
It failed for me on my pi zero 2 w, using raspberry os lite 64bit, unless you need a 64 bit application, try raspberry pi os literally 32bit (the device only has 512mb ram anyways, no real need for 64 bit address space unless you have a program that needs a 64bit OS) |
it worked with a 32bit OS! |
Bonjour, Hi. Error description :
Workaround
Merci beaucoup pour votre programme. |
Was on PiFmRds/src , making everything as normal, and I got this weird error:
"expr:syntax error: unexpected argument '1'"
I don't know if this is a error in my side or what
The text was updated successfully, but these errors were encountered: