Development windows CE Cortex-A9

5

I have a Collector Processor: Ti Cortex-A9 OMAP4430, I developed an alloy using lazarus 1.6.2, I am trying to compile, I am getting the following message:

  

Error: Illegal parameter: -CpCORTEXM3

IfIputintheTargetProcessorthe"Default" option, I can compile but the application does not work for this type of processor.

    
asked by anonymous 21.12.2016 / 17:53

1 answer

0

"- Cp" is the Target Processor parameter code. The error is that the parameter is illegal. This means that the Lazarus compiler unfortunately is not directly compatible with your processor. I say "directly" because you can compile with other defined target processors, but not yours.

    
30.12.2016 / 18:28