Hi,

I'm trying to compile the jtag library from cvs. I get the following
error:

cd hardware_access; make all
make[1]: Entering directory `work/jtag/hardware_access'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `work/jtag/hardware_access'
cd funclets; make all
make[1]: Entering directory `work/jtag/funclets'
msp430-gcc -mmcu=msp430x1121 -D_GNU_ASSEMBLER_   -c -o regtest.o
regtest.S
msp430-ld -T msp430xRAM.x -o regtest.elf regtest.o
msp430-ld:msp430xRAM.x:115: warning: memory region infomem not declared
msp430-ld:msp430xRAM.x:131: warning: memory region vectors not declared
msp430-ld: regtest.elf: could not find output section .vectors for input
section .vectors
msp430-ld: final link failed: Nonrepresentable section on output
make[1]: *** [regtest.elf] Error 1
rm regtest.o
make[1]: Leaving directory `work/jtag/funclets'
make: *** [funclets] Error 2

I have compiled the library before without errors. What am I doing wrong
this time?

Jonas


Reply via email to