Hello!
I am developing an application for one embedded system in a vehicle. This vehicle needs the ability to communicate with an ethernet buss connecting other embedded systems.
The problem is that this one system is running ubuntu(stripped down to its minimal) and I cannot access it directly. I have to compile the programs on another computer and then flash them over.
The compiler im using is /gcc-3.3.2-glibc-2.3.2/bin/powerpc-603e-linux-gcc
As I am new to makefiles I do not understand how I compile the csfml 1.6 library with this compiler and thus request your help.