I continue a discussion started on this topic: OF and Beaglebone http://forum.openframeworks.cc/t/of-on-beaglebone/8908/1 . I think start a new one is more appropriated.
yes my branch will only work with hard float and i didn’t make opengl work yet. i know damian has managed to run it and that he is using armel (not hard float) probably it’s in his repo but not sure. also jason, didn’t you compiled it for armel for the chuby?
i have to disinstall sgx omap4 lib and dev to install standard gles libraries. I was able to compile the static OF lib but i receive of course, errors ( a long list of , just a piece of the log) :
/usr/bin/ld: error: ../../../libs/poco/lib/linuxarmv7l/libPocoFoundation.a(FileStream.o) uses VFP register arguments, bin/polygonExample does not
/usr/bin/ld: failed to merge target specific data of file ../../../libs/poco/lib/linuxarmv7l/libPocoFoundation.a(FileStream.o)
collect2: ld returned 1 exit status
make: *** [bin/polygonExample] Error 1
Process terminated with status 2 (0 minutes, 7 seconds)
0 errors, 0 warnings
i will look at the damianz repo directly. would be great if someone can give me the greatest amount of info and if someone has managed to create applications with OpenGL and OF. Considering that I am completely new to ARM and everything related. Would be wonderful a ready linux image to use with OF007 with all lib and dev. ( or at least clear step by step instructions) .
I compiled kiss and tess2 with the make/config files you have in your branch
Cairo I had to compile from scratch as apt didn’t have the latest
So you think that i have to compile also from scratch some lib ?
I had also another question : Since that i use Codeblocks to develop in Pandaboard. Which compiler i have to use ? I suppose to use the Gnu GCC ARM compiler but the makefile don’t let me to use it i have to use instead GNU GCC standard compiler…
Would be fine also start a "How to " about Pandaboard , PandaboardES, Beagleboard etc. ; how to install on the sdacard the OSsytem (linux or android), how to use the serial monitor(minicom…), how to configure OF with this boards. They are only ideas that come in my mind , i have found difficulties to install the OS and with all the
stuff related. I think i f i would found a reference in OF doc this shall helped a lot. I hope other people will be interested in such things and may share experience and opinions.