GCC support in IBM PPC403GC tlbwe op-code

Rami Gideoni rami@simpod.com
Tue Dec 12 05:17:00 GMT 2000


Hi,

I'm writing boot code for IBM PPC403GCX and need to initialize the MMU.

I'm using ppc-as (GNU assembler, which links to powerpc--eabi-as) version
2.8  (using ppc-as -version)

The assembler fails to compile the "tlbwe" op-code.

I using the following command line : "ppc-as -m403 mmu.S"

and receive the following message :

	"mmu.S:166:Error:unrecognized opcode:tlbwe"

Alternatively I'm trying to use GCC version 2.7.2.3 in the following manner
:

[ppc-gcc points to powerpc--eabi-gcc]

ppc-gcc -mcpu=403 mmu.S

and receive the same error message.

Any idea will be appreciated.

Thanks in advance

RamiG









More information about the Gcc mailing list