Hello,
I'm trying to create a version of fpc that generates code for the stm32f4xx arm 
processor from STM.
If done everything mentioned on
    http://wiki.freepascal.org/TARGET_Embedded
I have called t
and now have a first version of an RTL for that target, created the compiler 
and tried a first program doing
   ppcrossarm -Ch1024 -Cs1024 -Tembedded -Parm -Cparmv7m -XParm-none-eabi- 
-Wpstm32f4xx prog.p
But the error is:
   Error: Illegal parameter: -Wpstm32f4xx

I assumed that the new target would be known after changing  
compiler/arm/cpuinfo.pas,
but it obviously didn't.

Is there something else to be done apart from that on the website?


  Thanks in advance,
       Sietse

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to