Re: [fpc-devel] target embedded heap.inc

2011-10-19 Thread David Welch
I tried a make build from the current svn tree and it fails to build (mysqlcon something). apt-get is giving me 2.4.0, so still a big stuck. David On 10/19/2011 05:08 AM, Marco van de Voort wrote: In our previous episode, Jeppe Gr?sdal Johansen said: And from that point to the present (19

Re: [fpc-devel] target embedded heap.inc

2011-10-19 Thread Marco van de Voort
In our previous episode, Jeppe Gr?sdal Johansen said: > > 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

Re: [fpc-devel] target embedded heap.inc

2011-10-19 Thread Jeppe Græsdal Johansen
Den 19-10-2011 04:10, David Welch skrev: 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

[fpc-devel] target embedded heap.inc

2011-10-18 Thread David Welch
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