DragonForgedTheArtist / VCVRack-rpi

VCV Rack build instructions and patch for Raspberry Pi
GNU General Public License v3.0
6 stars 0 forks source link

"make dep" fails, unknown cpu architecture #1

Open WubbGmbaa opened 4 months ago

WubbGmbaa commented 4 months ago

Following the guide in README.md, "make dep" fails.

pi@raspberrypi:~/Rack $ make dep
arch.mk:17: *** Could not determine CPU architecture of arm-linux-gnueabihf.  Stop.

(Not sure I'm familiar enough with makefile to provide enough info)

Running raspbian 11 on Pi 4.

WubbGmbaa commented 4 months ago

Here is the output of the patch as well

pi@raspberrypi:~/Rack $ patch -p1 <../VCVRack-rpi/patches/Rack-arm.patch
patching file arch.mk
patching file compile.mk
patching file dep/Makefile

So I assume that worked and added ARM support to the makefile?