[fpc-devel] Error building crosscompiler
Lukas Gradl
fpc at ssn.at
Mon Jun 13 16:28:50 CEST 2016
Hi!
After a "svn up" yesterday I'm unable to build the i386 crosscompiler
on my x86_64 Linux machine. Unfortunatly I didn't note down the svn
revision I got that error first, currently I'm at revision 33982 and
have still the same error.
I build the whole chain with a script doing basically:
make distclean
make all FPC=/usr/lib/fpc/3.0.0/ppcx64
sudo make install PREFIX=/usr FPC=/usr/lib/fpc/3.0.0/ppcx64
make clean
make crossall CPU_TARGET=i386
this last line stops with:
The installer encountered the following error:
Compilation of "BuildUnit_pasjpeg.pp" failed
Makefile:1703: recipe for target 'smart' failed
make[3]: *** [smart] Error 1
make[3]: Leaving directory '/space/projects/sources/fpc/packages'
Makefile:2698: recipe for target 'packages_smart' failed
make[2]: *** [packages_smart] Error 2
make[2]: Leaving directory '/space/projects/sources/fpc'
Makefile:2893: recipe for target 'build-stamp.i386-linux' failed
make[1]: *** [build-stamp.i386-linux] Error 2
make[1]: Leaving directory '/space/projects/sources/fpc'
Makefile:2959: recipe for target 'crossall' failed
make: *** [crossall] Error 2
ERROR: building i386 compiler
Any Idea what I'm doing wrong? Or is just the current svn broken?
regards
Lukas
More information about the fpc-devel
mailing list