Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-02 Thread SkyDiablo
Am 01.11.2012 10:13, schrieb Mark Morgan Lloyd: Sven Barth wrote: You should also post how you compiled the compiler (e.g. your batch file) so everyone knows what you did to reach your current state. ;) Regards, Sven On 30.10.2012 21:54, SkyDiablo wrote: so wow ! my question have a little

Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-02 Thread Mark Morgan Lloyd
SkyDiablo wrote: But a couple of days ago I sent him a binary of a do-nothing program, and via mail he tells me that -8- # chmod +x donothing # ./donothing -bash: ./donothing: cannot execute binary file # chmod +x test # ./test -bash: ./test: cannot execute binary file i think i

Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-02 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: My Qemu/mipsel system is currently acting up; I've still not got a big-endian system running here, but would hope to have one in a few days. Could anybody comment on the preparedness of the MIPS port for tweak for mipseb: it looks to me as though it's mostly RTL

Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-01 Thread Mark Morgan Lloyd
Sven Barth wrote: You should also post how you compiled the compiler (e.g. your batch file) so everyone knows what you did to reach your current state. ;) Regards, Sven On 30.10.2012 21:54, SkyDiablo wrote: so wow ! my question have a little prehistory, but direct to the problem. i have

Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-01 Thread SkyDiablo
ok ;) here are my current batch-build-script: === set PATH=C:\lazarus\fpc\2.6.0\bin\i386-win32;D:\Sourcery_CodeBench_Lite_for_MIPS_GNU_Linux_Toolchain\lib\gcc;D:\Sourcery_CodeBench_Lite_for_MIPS_GNU_Linux_Toolchain\bin set PREFIX=mips-linux-gnu- set

Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-10-31 Thread Jeppe Græsdal Johansen
Den 30-10-2012 21:54, SkyDiablo skrev: so wow ! my question have a little prehistory, but direct to the problem. i have compile a crosscompiler; windows - Linux/MIPS all works fine with one exception. if i start my helloWorld binary on my destination target system, i get this message: