Red Ring Rico
Member
I have a small update. After my last post, I attempted to get the same version of GCC, Glibc, and binutils which I know works (from Ivanovic's toolchain), this worked until I needed to get the libraries from http://www.openpandora.org/feeds/unstable, which broke a few things until I used the --with-arch=armv5te flag when building GCC. After this fiasco, I took another look at supporting GCC 4.8.2, which won't be too difficult. The main problem is just the libraries it uses won't be available on the Pandora by default, meaning that LD_LIBRARY_PATH will have to point to the new libraries before running the program (easy enough to do in a .pnd). I'm going to write a simple test program as soon as I have the toolkit in a usable state, just using NEON, 3D graphics, networking, threading, and some audio output. I may be taking a break this weekend to take part in the MiniLD.