TARGET Embedded

From Lazarus wiki
Revision as of 20:48, 19 June 2009 by FPK (talk | contribs) (New page: The embedded target is still under development and only a few controllers are supported. Nevertheless, it's possible to create programs for embedded arm devices. = Embedded port = == Sta...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The embedded target is still under development and only a few controllers are supported. Nevertheless, it's possible to create programs for embedded arm devices.

Embedded port

Status

    • usefull support is only available in 2.3.1 from svn
    • currently only arm-embedded is supported
    • supported controllers are limited to Philips LPC controllers

ARM Embedded

Build

Get latest FPC from svn:

 svn co http://svn.freepascal.org/svn/fpc/trunk fpc

Get

Build arm-embedded

 cd fpc
 make clean buildbase installbase CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=arm