Polyphone needs you!
If Polyphone or this website does a great job, do not hesitate to express your gratitude with a donation.
Welcome,
Guest
|
TOPIC: Can't build on Raspberry Pi 4 / Raspbian Buster
Can't build on Raspberry Pi 4 / Raspbian Buster 2 years 8 months ago #1
|
Hi all,
I've downloaded the binary for 2.2 and followed the instructions in the readme, but I get an error running qmake: g++: error: unrecognized command line option '-mfpath=387' Is there any way to get this running on Arm? Thanks! |
Last Edit: 2 years 8 months ago by Magnus.
The administrator has disabled public write access.
|
Can't build on Raspberry Pi 4 / Raspbian Buster 2 years 8 months ago #2
|
I got it! Not sure how exactly, but I’ll share what I tried at least.
So: qmake -qt5 && make g++: error: unrecognized command line option '-mfpath=387' I tried going into the Makefile and just taking out all occurrences of -mfpmath=387 Chorus.h: No such file or directory DEFINES += USE_LOCAL_STK fatal error: jack.h: No such file or directory -isystem /usr/include/stk -isystem /usr/include/jack unix:!macx { INCLUDEPATH += $$PREFIX/include/jack INCLUDEPATH += /usr/include/jack -mfpmath=387 Also, the executable ended up in the sources/bin/ folder, not in a directory called ‘RELEASE’ as per the readme file. * * * TL;DR If trying to compile for Raspberry Pi, in the polyphone.pro file, uncomment DEFINES += USE_LOCAL_STK unix:!macx { $$PREFIX/include/jack INCLUDEPATH += /usr/include/jack If you still get the -mfpmath error, you can try taking mentions of it out of the Makefile; I may or may not have done that at the time that I successfully built it. I should mention that I haven't really tested out the program other than launching it, but it looks correct. Also, sorry for the long post, wanted to be thorough. I am very much looking forward to using this software, thanks Davy! |
The administrator has disabled public write access.
|
Time to create page: 0.063 seconds