I'm very new with crosscompiling. But we have several MC9090 running and should be easy for me create a application with scanning for it.
I've read this documentation (
http://wiki.freepascal.org/Windows_CE_Interface#Setting_Up_the_Windows_CE_interface) and downloaded/installed fpc-2.6.2.arm-wince.exe. The document says I need three things to do:
1 Projects -> Compiler Options... -> Paths -> LCL Widget Type: wince
2 Projects -> Compiler Options... -> Code -> Target OS: wince
3 Projects -> Compiler Options... -> Code -> Target CPU Family: arm
Option 2 and 3 is filled in, but what about option 1?