Trying to compile libmpllip.a on Raspberry Pi

By mignard , 9 January 2015

Hi,
I started porting eMD 6.0 to Raspberry Pi, and everything except the precompiled library is working. The problem is, that the generic ARM library seems to be compiled with -mfloat-abi=hard and -mthumb, but on my specific platform, this combination is not supported. Is there a precompiled version of the mpl library that uses ARM instruction set instead of Thumb? And secondly, the precompiled library uses short enum size, which is a really uncompatible thing to do, I have to change every code and standard library to use -fshort-enum, which destroys compiler optimization. Is there another version of the precompiled library with -fno-short-enum?

Greetings

phpbb Topic ID
16872