[fpc-devel] target embedded heap.inc
David Welch
dwelch at dwelch.com
Wed Oct 19 04:10:53 CEST 2011
Has anyone tried the embedded target in a while?
rev 19168 there was a change to heap.inc and other files I assume
* moved heap manager on embedded systems into a separate unit
* moved console io on embedded systems into a seperate unit, this unit
might setup input/output e.g. to be redirected to a serial port
* cleanup of the embedded system unit
And from that point to the present (19505 or so) using instructions from
the target embedded wiki page:
make clean buildbase installbase CROSSINSTALL=1 OS_TARGET=embedded
CPU_TARGET=arm SUBARCH=armv4
the build fails with a lot of heap.inc errors.
Is the problem the build command line or somewhere else?
rev 19167 is the last build that works per the wiki page.
Thanks,
David
More information about the fpc-devel
mailing list