Hi, I am compiling OpenFrameworks on the Board, not with a cross compiler, and I notice that the instructions for RPI2 are not for ARMv7 but for ARMv6. In following the instructions to compile openFrameworks, this command does not work:
make Release -C /home/pi/openFrameworks/libs/openFrameworksCompiled/project
The error says:
makefileCommon/compile.core.mk:205: recipe for target ‘Release’ failed
Adding IS_RASPBIAN=1 does not work either and has this error:
makefileCommon/config.shared.mk:217: *** This package doesn’t support your platform, probably you downloaded the wrong package?. Stop.
Do you know what the problem is and how to fix it? And when can we expect a fix on this issue?