Advertisement
Guest User

Untitled

a guest
May 31st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 7.37 KB | None | 0 0
  1. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/adc.cc -o build/shruthi1/adc.o
  2. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/random.cc -o build/shruthi1/random.o
  3. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/serial.cc -o build/shruthi1/serial.o
  4. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/string.cc -o build/shruthi1/string.o
  5. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/time.cc -o build/shruthi1/time.o
  6. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/i2c/i2c.cc -o build/shruthi1/i2c.o
  7. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions avrlib/devices/wii_nunchuk.cc -o build/shruthi1/wii_nunchuk.o
  8. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions shruthi/audio_out.cc -o build/shruthi1/audio_out.o
  9. /usr/bin/avr-g++ -c -mmcu=atmega644p -I. -g -Os -w -Wall -DF_CPU=20000000 -fdata-sections -ffunction-sections -fshort-enums -fno-move-loop-invariants -DDISABLE_DEFAULT_UART_RX_ISR  -DATMEGA644P -DSERIAL_RX_0 -mcall-prologues -fno-exceptions shruthi/display.cc -o build/shruthi1/display.o
  10. In file included from ./avrlib/devices/buffered_display.h:31:0,
  11.                  from ./shruthi/display.h:23,
  12.                  from shruthi/display.cc:20:
  13. ./avrlib/op.h:514:11: error: ‘prog_uint8_t’ does not name a type
  14. ./avrlib/op.h:514:25: error: ISO C++ forbids declaration of ‘table’ with no type [-fpermissive]
  15. ./avrlib/op.h:518:11: error: ‘prog_uint8_t’ does not name a type
  16. ./avrlib/op.h:518:25: error: ISO C++ forbids declaration of ‘table’ with no type [-fpermissive]
  17. In file included from ./avrlib/devices/hd44780_lcd.h:27:0,
  18.                  from ./shruthi/display.h:24,
  19.                  from shruthi/display.cc:20:
  20. ./avrlib/resources_manager.h:33:16: error: ‘prog_char’ does not name a type
  21. ./avrlib/resources_manager.h:39:1: error: ISO C++ forbids declaration of ‘parameter’ with no type [-fpermissive]
  22. ./avrlib/resources_manager.h:39:2: error: expected ‘>’ before ‘;’ token
  23. ./avrlib/resources_manager.h:39:2: error: expected unqualified-id before ‘;’ token
  24. ./avrlib/resources_manager.h:42:23: error: ‘prog_char’ does not name a type
  25. ./avrlib/resources_manager.h:43:23: error: ‘prog_uint16_t’ does not name a type
  26. ./avrlib/resources_manager.h:69:41: error: ‘prog_char’ does not name a type
  27. ./avrlib/resources_manager.h:69:52: error: ISO C++ forbids declaration of ‘p’ with no type [-fpermissive]
  28. ./avrlib/resources_manager.h:74:41: error: ‘prog_uint8_t’ does not name a type
  29. ./avrlib/resources_manager.h:74:55: error: ISO C++ forbids declaration of ‘p’ with no type [-fpermissive]
  30. ./avrlib/resources_manager.h:74:28: error:template<class ResourceId, class Tables> template<class ResultType, class IndexType> static ResultType avrlib::ResourcesManager::Lookup(const int*, IndexType)’ cannot be overloaded
  31. ./avrlib/resources_manager.h:69:28: error: with ‘template<class ResourceId, class Tables> template<class ResultType, class IndexType> static ResultType avrlib::ResourcesManager::Lookup(const int*, IndexType)
  32. ./avrlib/resources_manager.h:79:41: error: ‘prog_uint16_t’ does not name a type
  33. ./avrlib/resources_manager.h:79:56: error: ISO C++ forbids declaration of ‘p’ with no type [-fpermissive]
  34. ./avrlib/resources_manager.h:79:28: error:template<class ResourceId, class Tables> template<class ResultType, class IndexType> static ResultType avrlib::ResourcesManager::Lookup(const int*, IndexType)’ cannot be overloaded
  35. ./avrlib/resources_manager.h:69:28: error: with ‘template<class ResourceId, class Tables> template<class ResultType, class IndexType> static ResultType avrlib::ResourcesManager::Lookup(const int*, IndexType)
  36. ./avrlib/resources_manager.h:84:26: error: ‘prog_char’ does not name a type
  37. ./avrlib/resources_manager.h:84:37: error: ISO C++ forbids declaration of ‘p’ with no type [-fpermissive]
  38. In file included from ./shruthi/display.h:24:0,
  39.                  from shruthi/display.cc:20:
  40. ./avrlib/devices/hd44780_lcd.h: In static member function ‘static void avrlib::Hd44780Lcd<RsPin, EnablePin, ParallelPort, width, height>::SetCustomCharMapRes(const uint8_t*, uint8_t, uint8_t):
  41. ./avrlib/devices/hd44780_lcd.h:176:72: error: no matching function for call to ‘avrlib::ResourcesManager<>::Lookup(const uint8_t*&, uint8_t&)
  42. ./avrlib/devices/hd44780_lcd.h:176:72: note: candidates are:
  43. In file included from ./avrlib/devices/hd44780_lcd.h:27:0,
  44.                  from ./shruthi/display.h:24,
  45.                  from shruthi/display.cc:20:
  46. ./avrlib/resources_manager.h:59:28: note: template<class ResultType, class IndexType> static ResultType avrlib::ResourcesManager::Lookup(ResourceId, IndexType) [with ResultType = ResultType; IndexType = IndexType; ResourceId = unsigned char; Tables = avrlib::NoResourcesTables]
  47. ./avrlib/resources_manager.h:59:28: note:   template argument deduction/substitution failed:
  48. In file included from ./shruthi/display.h:24:0,
  49.                  from shruthi/display.cc:20:
  50. ./avrlib/devices/hd44780_lcd.h:176:72: note:   cannot convert ‘data’ (type ‘const uint8_t* {aka const unsigned char*}) to type ‘unsigned char
  51. In file included from ./avrlib/devices/hd44780_lcd.h:27:0,
  52.                  from ./shruthi/display.h:24,
  53.                  from shruthi/display.cc:20:
  54. ./avrlib/resources_manager.h:69:28: note: template<class ResultType, class IndexType> static ResultType avrlib::ResourcesManager::Lookup(const int*, IndexType) [with ResultType = ResultType; IndexType = IndexType; ResourceId = unsigned char; Tables = avrlib::NoResourcesTables]
  55. ./avrlib/resources_manager.h:69:28: note:   template argument deduction/substitution failed:
  56. In file included from ./shruthi/display.h:24:0,
  57.                  from shruthi/display.cc:20:
  58. ./avrlib/devices/hd44780_lcd.h:176:72: note:   cannot convert ‘data’ (type ‘const uint8_t* {aka const unsigned char*}) to type ‘const int*
  59. make: *** [build/shruthi1/display.o] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement