Skip to content
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

Compiling On Other Distro's For Pi Zero W #140

Open
Dtpk opened this issue Feb 19, 2020 · 0 comments
Open

Compiling On Other Distro's For Pi Zero W #140

Dtpk opened this issue Feb 19, 2020 · 0 comments
Labels

Comments

@Dtpk
Copy link

Dtpk commented Feb 19, 2020

This is for those of you who plan to put this on other linux builds without using raspbian os. If you set the option to " -mfloat-abi=softfp " in the make file the program will compile correctly. Even though the pi zero w supports hard floats the program will refuse to make the file unless you set it to soft as another user suggested or use softfp if you get audio skipping when just using just the soft value.
Just edit this line in the make file and it should compile when you change hard to either soft or softfp.

ARCH_CFLAGS = -march=armv6 -O3 -mtune=arm1176jzf-s -mfloat-abi=hard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants