Re: [fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-04 Thread Michael Schnell
I, too, am unable to do make crossinstall for ARM using a 64 bit ppc on a 64 bit Debian. The arm cross ppc is built (and when I start it without parameter outputs the correct information). But when trying to crosscompile system.pp (seemingly the first RTL source file make crossinstall tries

[fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-03 Thread Michael Ring
I am running on a mac, building svn 23683 svn 23681 (one before implementation of armv6m) compiles fine. commandline for building was: make clean buildbase CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=arm SUBARCH=armv7m CROSSOPT=-gw2 -O- BINUTILSPREFIX=arm-none-eabi- make -C rtl all make

Re: [fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-03 Thread Michael Ring
I have created a new patch, this time it uses the values of the two commandline parameters -Ch and -Cs to set the size of Stack and Heap. I am not sure if those params were for this use case but in my opinion it makes sense. Florian, could I ask you to apply the patch to trunk if what I am

Re: [fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-03 Thread Florian Klämpfl
Am 03.03.2013 21:27, schrieb Michael Ring: I have created a new patch, this time it uses the values of the two commandline parameters -Ch and -Cs to set the size of Stack and Heap. I am not sure if those params were for this use case but in my opinion it makes sense. Florian, could I ask

Re: [fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-03 Thread Michel Catudal
On 2013-03-03 14:09, Michael Ring wrote: I am running on a mac, building svn 23683 svn 23681 (one before implementation of armv6m) compiles fine. commandline for building was: make clean buildbase CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=arm SUBARCH=armv7m CROSSOPT=-gw2 -O-

Re: [fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-03 Thread Florian Klämpfl
Am 03.03.2013 20:09, schrieb Michael Ring: $ $00142333 $00144647 $00144B00 $001AF725 $001970A5 $0003295E make[3]: *** [system.ppu] Error 217 make[2]: *** [embedded_all] Error 2 make[1]: *** [rtl_all] Error 2 make: *** [base.build-stamp.arm-embedded] Error 2

Re: [fpc-devel] ppcrossarm dies when trying to build embedded rtl (svn 23683)

2013-03-03 Thread Michael Ring
Verified, works again on my mac, TnX! Michael Am 03.03.13 23:00, schrieb Florian Klämpfl: Am 03.03.2013 20:09, schrieb Michael Ring: $ $00142333 $00144647 $00144B00 $001AF725 $001970A5 $0003295E make[3]: *** [system.ppu] Error 217 make[2]: *** [embedded_all]