[fpc-devel] FPC 2.6 fixes error building arm wince

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Nov 5 15:37:24 CET 2013


On 05 Nov 2013, at 12:37, Dimitrios Chr. Ioannidis wrote:

>  i needed to build a wince arm cross compiler in windows 7 and when i tried i've got this error :
> 
> "C:/Users/dimitris/Programming/Tools/fpc/2.6.x/bin/i386-win32/gmkdir.exe -p units
> /arm-wince
> ../bin2obj.exe -o css.inc -c DefaultCSS fpdoc.css
> process_begin: CreateProcess(C:\Users\dimitris\Programming\Tools\fpc\2.6.x\sourc
> e\utils\bin2obj.exe, ../bin2obj.exe -o css.inc -c DefaultCSS fpdoc.css, ...) fai
> led.
> make (e=193): Error 193make[3]: *** [css.inc] Error 193"
> 
> I use fpc 2.6.3 fixes  rev. 25932 and the command line  is the following :
> 
> "C:\Users\dimitris\Programming\Tools\fpc\2.6.x\source>make all install INSTALL_PR
> EFIX=C:\Users\dimitris\Programming\Tools\fpc\2.6.x OS_TARGET=wince CPU_TARGET=ar
> m CROSSOPT="-g -gl" "
> 
> I didn't had this kind of error before. Can someone give me a hint on how to procede ?

Does C:\Users\dimitris\Programming\Tools\fpc\2.6.x\source\utils\bin2obj.exe exist and is it executable? What happens if you try to execute it?


Jonas


More information about the fpc-devel mailing list