Hi there,
so i just setup a fresh Arch Linux on my RPi2 and successfully followed the nice
Getting your Raspberry Pi 2 B ready for openFrameworks
which went fine down to the Make process.
The error is immediately at start and says:
`*** recipe commences before first target. Stop`
Two differences i found were:
The subfolder called/Projects/
in .mk files is found as/project/
after extractionReadme.md says$PLATFORM_ARCH=armv7l
would be part of the makefile’s name, which is found containinglinuxarm7l
as the specified portion.