Quantcast
Viewing all articles
Browse latest Browse all 40524

Installation problem RPi1 B on minibian

Hi. I'm having a hard time compiling OF.
When at make Release -C ~/openFrameworks/libs/openFrameworksCompiled/project i get this:

root@minibian:~# make Release -C ~/openFrameworks/libs/openFrameworksCompiled/project
make: Entering directory '/root/openFrameworks/libs/openFrameworksCompiled/project'
HOST_OS=Linux
HOST_ARCH=armv6l
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 
HOST_OS=Linux
HOST_ARCH=armv6l
checking pkg-config libraries:   cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal openssl libpulse-simple alsa gtk+-3.0 
Compiling /root/openFrameworks/libs/openFrameworks/types/ofParameter.cpp
g++ -O3 -DNDEBUG -Wall -std=c++14 -DGCC_HAS_REGEX -march=armv6 -mfpu=vfp -mfloat-abi=hard -fPIC -ftree-vectorize -Wno-psabi -pipe -DOF_USING_GTK -DOF_USING_GTK -DTARGET_RASPBERRY_PI -DSTANDALONE -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DHAVE_LIBOPENMAX=2 -DOMX -DOMX_SKIP64BIT -DUSE_EXTERNAL_OMX -DHAVE_LIBBCM_HOST -DUSE_EXTERNAL_LIBBCM_HOST -DUSE_VCHIQ_ARM -I/opt/vc/include -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/root/openFrameworks/libs/fmodex/include -I/root/openFrameworks/libs/glfw/include -I/root/openFrameworks/libs/glfw/include/GLFW -I/root/openFrameworks/libs/kiss/include -I/root/openFrameworks/libs/poco/include -I/root/openFrameworks/libs/tess2/include -I/root/openFrameworks/libs/utf8cpp/include -I/root/openFrameworks/libs/utf8cpp/include/utf8 -I/root/openFrameworks/libs/openFrameworks -I/root/openFrameworks/libs/openFrameworks/types -I/root/openFrameworks/libs/openFrameworks/app -I/root/openFrameworks/libs/openFrameworks/gl -I/root/openFrameworks/libs/openFrameworks/3d -I/root/openFrameworks/libs/openFrameworks/sound -I/root/openFrameworks/libs/openFrameworks/graphics -I/root/openFrameworks/libs/openFrameworks/math -I/root/openFrameworks/libs/openFrameworks/utils -I/root/openFrameworks/libs/openFrameworks/video -I/root/openFrameworks/libs/openFrameworks/events -I/root/openFrameworks/libs/openFrameworks/communication  -MMD -MP -MF /root/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.d -MT/root/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o -o /root/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o -c /root/openFrameworks/libs/openFrameworks/types/ofParameter.cpp
In file included from /root/openFrameworks/libs/openFrameworks/events/ofEvents.h:3:0,
                 from /root/openFrameworks/libs/openFrameworks/types/ofParameter.h:3,
                 from /root/openFrameworks/libs/openFrameworks/types/ofParameter.cpp:1:
/root/openFrameworks/libs/openFrameworks/utils/ofConstants.h:169:31: fatal error: bcm_host.h: No such file or directory
          #include "bcm_host.h"
                               ^
compilation terminated.
makefileCommon/compile.core.mk:239: recipe for target '/root/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o' failed
make[1]: *** [/root/openFrameworks/libs/openFrameworksCompiled/lib/linuxarmv6l/obj/Release/libs/openFrameworks/types/ofParameter.o] Error 1
makefileCommon/compile.core.mk:205: recipe for target 'Release' failed
make: *** [Release] Error 2
make: Leaving directory '/root/openFrameworks/libs/openFrameworksCompiled/project'

Since I'm using minibian, is it possible that the 8.0 Jessie minibian instead of 8.2 Jessie Raspbian is causing my issues?
Also I use rather small SD card (2GB - hint the minibian). I'm at 190Mb of free space - might that be the thing?


Viewing all articles
Browse latest Browse all 40524

Trending Articles