-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello,
I have a question.
It is possible to install this package on Raspberry Pi (Rasbian, CPU: armv7l)?
I have tried it and i get this error:
(cd fmu10; make)
make[1]: Entering directory '/home/pi/Documents/neue_FMU/fmu10'
(cd src; make)
make[2]: Entering directory '/home/pi/Documents/neue_FMU/fmu10/src'
(cd models; make)
make[3]: Entering directory '/home/pi/Documents/neue_FMU/fmu10/src/models'
./build_fmu me bouncingBall
make[3]: execvp: ./build_fmu: Permission denied
Makefile:25: recipe for target 'all' failed
make[3]: *** [all] Error 127
make[3]: Leaving directory '/home/pi/Documents/neue_FMU/fmu10/src/models'
Makefile:9: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/pi/Documents/neue_FMU/fmu10/src'
Makefile:2: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/pi/Documents/neue_FMU/fmu10'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2
Best Regards
Max