Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ==> Building MSP430mspgcc/HIL
  2. cd hardware_access; make all
  3. make[1]: Entering directory `/tmp/yaourt-tmp-tesla/aur-msp430-jtag/src/build/jtag/hardware_access'
  4. cc -O -Wall -fPIC -DHIL_PPDEV -I .. -c -o HIL.o HIL.c
  5. HIL.c:20:2: warning: #warning Building for Linux!!! [-Wcpp]
  6. ar rc libHIL.a HIL.o
  7. cc -fPIC -shared -o libHIL.so HIL.o
  8. make[1]: Leaving directory `/tmp/yaourt-tmp-tesla/aur-msp430-jtag/src/build/jtag/hardware_access'
  9. cd funclets; make all
  10. make[1]: Entering directory `/tmp/yaourt-tmp-tesla/aur-msp430-jtag/src/build/jtag/funclets'
  11. msp430-gcc -mmcu=msp430x2121 -c -o eraseFlash.o eraseFlash.S
  12. In file included from eraseFlash.S:20:0:
  13. /usr/lib/gcc/msp430/4.6.3/../../../../msp430/include/msp430.h:813:2: warning: #warning Unable to identify and include MCU header, use -mmcu=MCU [-Wcpp]
  14. eraseFlash.S: Assembler messages:
  15. eraseFlash.S:31: Error: invalid immediate operand: #WDTPW|WDTHOLD
  16. eraseFlash.S:34: Error: invalid immediate operand: #FWKEY|0x44
  17. eraseFlash.S:44: Error: invalid immediate operand: #FWKEY|LOCK
  18. make[1]: *** [eraseFlash.o] Error 1
  19. make[1]: Leaving directory `/tmp/yaourt-tmp-tesla/aur-msp430-jtag/src/build/jtag/funclets'
  20. make: *** [funclets] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement