Advertisement
Guest User

problem avrdude

a guest
Apr 13th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.49 KB | None | 0 0
  1. 04:59:10 **** Incremental Build of configuration Release for project MegaBlink ****
  2. make all
  3. Building target: MegaBlink.elf
  4. Invoking: AVR C Linker
  5. avr-gcc -Wl,-Map,MegaBlink.map -Wl,-gc-sections -mmcu=atmega328p -o "MegaBlink.elf"  ./main.o  /home/bitcraze/workspace/freeRTOS800/Release/libfreeRTOS800.a -lm
  6. Finished building target: MegaBlink.elf
  7.  
  8. Invoking: AVR Create Extended Listing
  9. avr-objdump -h -S MegaBlink.elf  >"MegaBlink.lss"
  10. Finished building: MegaBlink.lss
  11.  
  12. Create Flash image (ihex format)
  13. avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex MegaBlink.elf  "MegaBlink.hex"
  14. Finished building: MegaBlink.hex
  15.  
  16. Create eeprom image (ihex format)
  17. avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex MegaBlink.elf  "MegaBlink.eep"
  18. Finished building: MegaBlink.eep
  19.  
  20. Invoking: Print Size
  21. avr-size --format=avr --mcu=atmega328p MegaBlink.elf
  22. AVR Memory Usage
  23. ----------------
  24. Device: atmega328p
  25.  
  26. Program:    4770 bytes (14.6% Full)
  27. (.text + .data + .bootloader)
  28.  
  29. Data:       1391 bytes (67.9% Full)
  30. (.data + .bss + .noinit)
  31.  
  32.  
  33. Finished building: sizedummy
  34.  
  35. Invoking: AVRDude
  36. /usr/local/bin/avrdude -pm328p -cft232r -P/dev/ttyUSB0 -b115200 -Uflash:w:MegaBlink.hex:a
  37. avrdude: error: no libftdi or libusb support. Install libftdi1/libusb-1.0 or libftdi/libusb and run configure/make again.
  38. avrdude: programmer operation not supported
  39.  
  40. avrdude done.  Thank you.
  41.  
  42. make: *** [avrdudedummy] Error 1
  43.  
  44. 04:59:10 Build Finished (took 165ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement