[fpc-devel] Testing MIPS: newbie questions

2012-10-15 Thread Mark Morgan Lloyd
In trunk, is there any particular reason why tbs/tb0072.pp refers to CPUSMIPS rather than CPUMIPS? I notice that in system.pp and in linux/ptypes.inc etc., conditionals refer to CPUMIPS while in other places they refer to CPUMIPS32 and/or CPUMIPSEL32. Is this correct? -- Mark Morgan Lloyd

RE: [fpc-devel] Testing MIPS: newbie questions

2012-10-15 Thread Pierre Free Pascal
-Message d'origine- De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel- boun...@lists.freepascal.org] De la part de Mark Morgan Lloyd Envoyé : lundi 15 octobre 2012 15:39 À : fpc-devel@lists.freepascal.org Objet : [fpc-devel] Testing MIPS: newbie questions In trunk,

Re: [fpc-devel] Testing MIPS: newbie questions [offline, private]

2012-10-15 Thread Mark Morgan Lloyd
microc...@zoho.com wrote: On Mon, Oct 15, 2012 at 01:39:24PM +, Mark Morgan Lloyd wrote: In trunk, is there any particular reason why tbs/tb0072.pp refers to CPUSMIPS rather than CPUMIPS? Hey, what are you testing this on? I remember you got a new box but I can't remember what it

Re: [fpc-devel] Testing MIPS: newbie questions

2012-10-15 Thread Mark Morgan Lloyd
Pierre Free Pascal wrote: -Message d'origine- De : fpc-devel-boun...@lists.freepascal.org [mailto:fpc-devel- boun...@lists.freepascal.org] De la part de Mark Morgan Lloyd Envoyé : lundi 15 octobre 2012 15:39 À : fpc-devel@lists.freepascal.org Objet : [fpc-devel] Testing MIPS: newbie

RE: [fpc-devel] Testing MIPS: newbie questions

2012-10-15 Thread Pierre Free Pascal
I have a small batch that I use for cross-compilation from i386-win32 to mips(el)-linux. E:\pas\trunk\fpcsrc\compilertype mipsel-cycle.bat set CUR_FPC_VER=2.7.1 if %1 == cont goto cont make cycle OPT=-gl -al -n -O- -Ur -vw OS_TARGET=linux CPU_TARGET=mipsel ALLOW_WARNINGS=1 if errorlevel 1 goto

Re: [fpc-devel] Testing MIPS: newbie questions

2012-10-15 Thread Mark Morgan Lloyd
Pierre Free Pascal wrote: I have a small batch that I use for cross-compilation from i386-win32 to mips(el)-linux. E:\pas\trunk\fpcsrc\compilertype mipsel-cycle.bat set CUR_FPC_VER=2.7.1 if %1 == cont goto cont make cycle OPT=-gl -al -n -O- -Ur -vw OS_TARGET=linux CPU_TARGET=mipsel

Re: [fpc-devel] Testing MIPS: newbie questions

2012-10-15 Thread Nikolai Zhubr
Hi, 15.10.2012 23:57, Mark Morgan Lloyd: [...] So most of the problems described in http://wiki.lazarus.freepascal.org/Native_MIPS_Systems should not be present anymore... I'll update that presently. What I want to try doing first is running the compiler natively (hosted by Qemu), later I