Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-12 Thread Koenraad Lelong
To make my crosscompiler, I'll try make clean buildbase installbase CROSSINSTALL=1 CROSSOPT="-CfSoft -XParm-elf-" OS_TARGET=embedded CPU_TARGET=arm PREFIX=/home/koenraad/Documents/devel SUBARCH=armv7m PP=/usr/lib/fpc/2.7.1/ppcx64 No luck, I still get those heapmanager errors. I'm stuck :-( Re

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-12 Thread Koenraad Lelong
On 12-10-11 09:07, Jeppe Græsdal Johansen wrote: Den 12-10-2011 08:25, Koenraad Lelong skrev: Neither will do, and that explains the problem. To build the svn trunk version you need the latest stable release(or latest svn trunk version), which is version 2.4.4 OK, I installed the binary versio

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-12 Thread Jeppe Græsdal Johansen
Den 12-10-2011 08:25, Koenraad Lelong skrev: On 12-10-11 08:12, Koenraad Lelong wrote: On 11-10-11 22:05, Jeppe Græsdal Johansen wrote: That's a problem, since that error was fixed in revision 19238. Btw. I just tested, and I had no problem building the svn trunk version using fpc 2.71. What v

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-11 Thread Koenraad Lelong
On 12-10-11 08:12, Koenraad Lelong wrote: On 11-10-11 22:05, Jeppe Græsdal Johansen wrote: That's a problem, since that error was fixed in revision 19238. Btw. I just tested, and I had no problem building the svn trunk version using fpc 2.71. What version of fpc did you try to build with? Rega

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-11 Thread Koenraad Lelong
On 11-10-11 22:05, Jeppe Græsdal Johansen wrote: That's a problem, since that error was fixed in revision 19238. Btw. I just tested, and I had no problem building the svn trunk version using fpc 2.71. What version of fpc did you try to build with? Regards, Jeppe Hi, I tried with 19167, like

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-11 Thread Jeppe Græsdal Johansen
Den 11-10-2011 21:59, Koenraad Lelong skrev: On 11-10-11 15:56, Jeppe Græsdal Johansen wrote: Those errors seem to relate to some recent changes in the way heap management is done. Last I checked it worked just fine, but other things might have changed which broke it. I'll try to confirm if it's

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-11 Thread Koenraad Lelong
On 11-10-11 15:56, Jeppe Græsdal Johansen wrote: Those errors seem to relate to some recent changes in the way heap management is done. Last I checked it worked just fine, but other things might have changed which broke it. I'll try to confirm if it's broken later on But if you try revision 1916

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-11 Thread Jeppe Græsdal Johansen
Those errors seem to relate to some recent changes in the way heap management is done. Last I checked it worked just fine, but other things might have changed which broke it. I'll try to confirm if it's broken later on But if you try revision 19167 then those changes shouldn't be there. I'm f

[fpc-pascal] Making a cross-compiler for STM32

2011-10-09 Thread Koenraad Lelong
Hi, I'm trying to make a crosscompliler for STM32 (arm-embedded) on my linux-machine. I just downloaded a daily development snapshot and compiled it with : make clean buildbase installbase CROSSINSTALL=1 CROSSOPT="-CfSoft -XParm-elf-" OS_TARGET=embedded CPU_TARGET=arm PREFIX=/home/koenraad/Do