not sure what’s going on i’ve been using the raspberry for a while this week and haven’t had any trouble, anyway can you add in libs/openFrameworksCompiled/projects/linuxarmv6l/config.linux.armv6l.default.mk around line 135, after the other definition for platform libraries:
what error are you getting now? i’ve been cross compiling from the computer and i suspect everyone who maintains the rapsberry does the same so it might be because of that.
I’ve been trying this set up which is definitely much faster!
It worked well with the rpi / NFS boot / VM machine on mac osx
I could launch build some examples without problems,
but i was completely lost when it came to create a standalone SD card in the end…
(I get that you need copy the image but the part with modifying the boot and root partition is like chinese for me…)
I’m trying to compile the graphicsExample via ssh on mac osx and now get this error:
/usr/bin/ld: ../../../libs/poco/lib/linuxarmv6l/libPocoFoundation.a(Thread.o): undefined reference to symbol 'pthread_getspecific@@GLIBC_2.4'
//lib/arm-linux-gnueabihf/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: ld returned 1 exit status
…/…/…/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:296: recipe for target ‘bin/graphicsExample’ failed
make[1]: *** [bin/graphicsExample] Error 1
make[1]: Leaving directory ‘/home/pi/openFrameworks/examples/graphics/graphicsExample’
…/…/…/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:126: recipe for target ‘Release’ failed
make: *** [Release] Error 2
it seems like some flags that i added for cross compiling are now needed for normal compiling, can you try to add this after the last flag you added in the config file: