Re: Compiling and linking with -gdwarf enable

2000-10-05 Thread Armin Kuster
Ralph Blach wrote: > > I am working with the monta-vista port of linux to the 405gp. > > arch/ppc/mm/4xx_tlb.o: In function `findPTE': > /u/rcblach/405/2.4.0-test2/arch/ppc/mm/4xx_tlb.c:507: undefined > reference to `pgd_none' > /u/rcblach/405/2.4.0-test2/arch/ppc/mm/4xx_tlb.c:507: relocation >

Compiling and linking with -gdwarf enable

2000-10-05 Thread Ralph Blach
I am working with the monta-vista port of linux to the 405gp. I want to do source level debugging using the IBM RiscWatch which attaches to the 405gp through the jtag port. Compiling goes OK, but when I try to link the kernel, I get the following messages. The routine was compiled like powerpc