This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GCC support in IBM PPC403GC tlbwe op-code


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








Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]