Re: [fpc-pascal] Error compiling fpc for ARM embedded

2015-07-03 Thread Jonas Maebe
Juan Duran wrote on Fri, 03 Jul 2015: Hi ALL, today I updated fpc trunk to 31185. I am not able to compile ppcrossarm on this revision. It always worked with: make -j2 clean buildbase installbase CROSSINSTALL=1 CROSSOPT="-XParm-none-eabi-" OS_TARGET=embedded CPU_TARGET=arm SUBARCH=armv7m

Re: [fpc-pascal] Error compiling fpc for ARM embedded

2015-07-03 Thread Michael Ring
I just compiled the same svn version 31185 on MacOSX 10.10; worked fine for me. I am using this fpc: fpc -v Free Pascal Compiler version 2.6.4 [2014/02/26] for i386 I cannot spot a relevant difference to your commandline. Did you try a new checkout in an empty directory? make clean buildbas