[fpc-devel] TARGET_OS and TARGET_CPU does nothing

Marco van de Voort marcov at stack.nl
Mon Nov 6 18:57:33 CET 2006


> Marco van de Voort schrieb:
> > x86_64 -dGDB -dBROWSERLOG -Fux86 pp.pas
> > Error: Illegal parameter: -Twin64
> > Max Memory used/heapsize: 14/768 Kb
> 
> 
> The correct way to build a cross environment is
> cd fpc/
> make clean all CPU_TARGET=arm OS_TARGET=wince

I know (chapter 3, paragraph 3.1 of the buildfaq), but I did this to check
the line Michael provided.

I think the problem is that the line Michael that provided only works if the
starting compiler supports the target OS too. (e.g. freebsd-x86 ->
linux-x86_64). In that case a shortcut is possible.



More information about the fpc-devel mailing list