Hello,
I have installed all the cross compilation tools and I
am able to compile a kernel but when I try to compile
vrboot it doesn't wok :
mipsel-linux-ld -o vrboot -Tboot.lds -Ttext 0xbfc00000
boot.o nec_osprey.o
boot.o: In function `_start':
boot.S(.text+0x14): undefined reference to
`VR41XX_PMUINTREG'
boot.S(.text+0x18): undefined reference to
`VR41XX_PMUINTREG'
when I try to put the define inside boot.S
mipsel-linux-gcc -G 0 -mno-abicalls -fno-pic -Wa -m4100
-DDEBUG -DXIP -DKERNEL_ENTRY=0x9f0005dc -c boot.S -o
boot.o
boot.S: Assembler messages:
boot.S:60: Error: illegal operands `lh'
make: *** [boot.o] Erreur 1
Help