Mark Morgan Lloyd wrote:
Regarding Marks attempt - if I understand it correctly (based on
information in Wikipedia ;-) ), Sparc v7 supports no HW multiplication /
division. So a simple check may be to write a one liner containing
multiplication, compiling it with any ppcsparc (or ppccrosssparc)
Tomas Hajny wrote:
On Wed, October 17, 2012 16:25, Pierre Free Pascal wrote:
You are right:
muller@deluxe:~/pas/test$ ppcsparc hello
muller@deluxe:~/pas/test$ ppcsparc hello -CpXX
Error: Illegal parameter: -CpXX
muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7"
muller@deluxe:~/pas/test$ ppc
Pierre Free Pascal wrote:
You are right:
muller@deluxe:~/pas/test$ ppcsparc hello
muller@deluxe:~/pas/test$ ppcsparc hello -CpXX
Error: Illegal parameter: -CpXX
muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7"
muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v8"
muller@deluxe:~/pas/test$
Mark Morgan Lloyd wrote:
Thanks for the warning. I'm on 2.20.1, looks like the version number
window is quite tight.
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 d
On Wed, October 17, 2012 16:25, Pierre Free Pascal wrote:
> You are right:
> muller@deluxe:~/pas/test$ ppcsparc hello
> muller@deluxe:~/pas/test$ ppcsparc hello -CpXX
> Error: Illegal parameter: -CpXX
> muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7"
> muller@deluxe:~/pas/test$ ppcsparc hell
You are right:
muller@deluxe:~/pas/test$ ppcsparc hello
muller@deluxe:~/pas/test$ ppcsparc hello -CpXX
Error: Illegal parameter: -CpXX
muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7"
muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v8"
muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v9"
When -i returns lines with spaces, e.g.
Supported CPU instruction sets:
SPARC V7
SPARC V8
SPARC V9
what is the correct form to use for the -Cp option? For the toplevel
makefile I've already got make GDB_V607=1 OPT='-O- -gl -vt' all and I
presume that what I need is something like
mak