[Freemint-list] Compile Problems

Vincent Rivière vincent.riviere at freesbee.fr
Tue Jul 18 18:42:07 MSD 2017


On 18/07/2017 à 16:00, Ingo Uhlemann wrote:
> For me it looks like, its not staring using the cross compiler?

Exactly.
FreeMiNT build process starts by building the native gen-syscall tool. 
This one is not cross-compiled.

> Or a library is missing, but what library special ?

As Thorsten said, that missing library is Flex. It is used by gen-syscall.

To cross-compile the MiNTLib on Debian/Ubuntu, it is required to install 
the following native packages:
gcc
bison
flex
libfl-dev

I'm not sure about what is required to build the FreeMiNT kernel, but it 
might be similar.

As you are compiling on MacOS, you need to install the packages 
equivalent to the above Debian ones.

-- 
Vincent Rivière


More information about the Freemint-list mailing list