Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Compiling CSFML for powerpc-603e-linux  (Read 4008 times)

0 Members and 1 Guest are viewing this topic.

Agnfolie

  • Newbie
  • *
  • Posts: 6
    • View Profile
Compiling CSFML for powerpc-603e-linux
« on: December 16, 2011, 03:28:33 pm »
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.
I wish all coding was as easy as SFML