Am 28.08.2014 11:20 schrieb "FreeMan" <freema...@delphiturkiye.com>: > > Thank you for your answer, I think you said this > > http://cegcc.sourceforge.net/about.html > http://cegcc.sourceforge.net/ > > I download binutils-2.24.tar.gz, make & install.
Isn't there a precompiled package available for Ubuntu? > this is my command line for fpc: > make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1 OS_TARGET=wince CPU_TARGET=arm BINUTILSPREFIX=arm-cegcc > > I get this eror: > system.pp(1778) Error: Assembler arm-cegccas not found, switching to external assembling > system.pp(1778) Fatal: There were 1 errors compiling module, stopping > Fatal: Compilation aborted You must not forget the "-" at the end of "arm-cegcc-". It's a prefix afterall and the compiler does not automatically add a "-" for you. Regards, Sven
-- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus