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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cloudncali

Pages: [1]
1
General / Cross Compiling SFML for the Raspberry Pi
« on: May 16, 2014, 08:32:16 pm »
Hello,
I am currently trying to cross compile SFML on my Linux machine to run raspberry pi. But I am getting the fallowing error:
Quote
CMake Error at SFML/cmake/Config.cmake:106 (message):
  Unsupported compiler
Call Stack (most recent call first):
  SFML/CMakeLists.txt:20 (include)

I am used Crosstool-ng to make the cross compilers. My Linux Machine is running debian as is the Raspberry Pi.
I looked through Config.cmake and it seems its not recognizing the compiler binary's as GNUCXX compilers.

In short, Has any one been able to cross compile from Linux to the Raspberry Pi? Is this even supported or possible?

Pages: [1]