Re: Firmware für Gen7 1.5 .. 22. February 2016 09:05 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
avr-gcc -c -DF_CPU=20000000UL -mmcu=atmega1284 -Wall -Wstrict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os -ffunction-sections -finline-functions-called-once -mcall-prologues -Wa,-adhlns="/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/home.al" -save-temps=obj -o "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/home.o" "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/home.c" In file included from /usr/lib/avr/include/avr/pgmspace.h:88:0, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/arduino.h:23, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/config_wrapper.h:8, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/dda.h:6, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/home.c:8: /usr/lib/avr/include/avr/io.h:428:6: warning: #warning "device type not defined" [-Wcpp] # warning "device type not defined" ^ avr-gcc -c -DF_CPU=20000000UL -mmcu=atmega1284 -Wall -Wstrict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os -ffunction-sections -finline-functions-called-once -mcall-prologues -Wa,-adhlns="/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/serial-arm.al" -save-temps=obj -o "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/serial-arm.o" "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/serial-arm.c" avr-gcc -c -DF_CPU=20000000UL -mmcu=atmega1284 -Wall -Wstrict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os -ffunction-sections -finline-functions-called-once -mcall-prologues -Wa,-adhlns="/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/timer-arm.al" -save-temps=obj -o "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/timer-arm.o" "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/timer-arm.c" avr-gcc -c -DF_CPU=20000000UL -mmcu=atmega1284 -Wall -Wstrict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os -ffunction-sections -finline-functions-called-once -mcall-prologues -Wa,-adhlns="/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/delay-arm.al" -save-temps=obj -o "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/delay-arm.o" "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/delay-arm.c" avr-gcc -c -DF_CPU=20000000UL -mmcu=atmega1284 -Wall -Wstrict-prototypes -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Winline -fno-move-loop-invariants -fno-tree-scev-cprop -Os -ffunction-sections -finline-functions-called-once -mcall-prologues -Wa,-adhlns="/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/pff_diskio.al" -save-temps=obj -o "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/build/pff_diskio.o" "/home/thomas/entwicklung/reprap/Teacup_Firmware_back/pff_diskio.c" In file included from /usr/lib/avr/include/avr/pgmspace.h:88:0, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/arduino.h:23, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/config_wrapper.h:8, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/sd.h:8, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/pff_diskio.h:6, from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/pff_diskio.c:12: /usr/lib/avr/include/avr/io.h:428:6: warning: #warning "device type not defined" [-Wcpp] # warning "device type not defined" ^ In file included from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/pff_diskio.c:17:0: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h: In function ‘spi_select_sd’: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:33:17: error: ‘PORTD’ undeclared (first use in this function) WRITE(SD_CARD_SELECT_PIN, 0); ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:33:17: note: each undeclared identifier is reported only once for each function it appears in /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:33:32: error: ‘PIND2’ undeclared (first use in this function) WRITE(SD_CARD_SELECT_PIN, 0); ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h: In function ‘spi_deselect_sd’: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:38:17: error: ‘PORTD’ undeclared (first use in this function) WRITE(SD_CARD_SELECT_PIN, 1); ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:38:32: error: ‘PIND2’ undeclared (first use in this function) WRITE(SD_CARD_SELECT_PIN, 1); ^ In file included from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/pff_diskio.c:17:0: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h: In function ‘spi_speed_100_400’: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:83:3: error: ‘SPCR’ undeclared (first use in this function) SPCR = 0x53; ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h: In function ‘spi_speed_max’: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:90:3: error: ‘SPCR’ undeclared (first use in this function) SPCR = 0x50; // See list at spi_speed_100_400(). ^ In file included from /home/thomas/entwicklung/reprap/Teacup_Firmware_back/pff_diskio.c:17:0: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h: In function ‘spi_rw’: /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:106:3: error: ‘SPDR’ undeclared (first use in this function) SPDR = byte; ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:107:57: error: ‘SPSR’ undeclared (first use in this function) loop_until_bit_is_set(SPSR, SPIF); ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:107:75: error: ‘SPIF’ undeclared (first use in this function) loop_until_bit_is_set(SPSR, SPIF); ^ /home/thomas/entwicklung/reprap/Teacup_Firmware_back/spi.h:109:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ RC = 1 - Build terminated Build terminated abnormally.
Re: Firmware für Gen7 1.5 .. 22. February 2016 09:43 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Firmware für Gen7 1.5 .. 22. February 2016 09:59 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
Re: Firmware für Gen7 1.5 .. 23. February 2016 05:38 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
Re: Firmware für Gen7 1.5 .. 23. February 2016 07:18 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Firmware für Gen7 1.5 .. 24. February 2016 03:09 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
Quote
Note: for Linux/Unix users, if you install using your package manager it may be difficult to find your arduino/hardware folder, and even after you find it you might not be able to copy into it. Just make a "hardware" folder in the "sketchbook" folder of your home directory and put the Gen7 support folder in there. The "sketchbook" folder appears when you run the IDE the first time.
Re: Firmware für Gen7 1.5 .. 24. February 2016 03:24 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
Re: Firmware für Gen7 1.5 .. 24. February 2016 05:20 |
Registrierungsdatum: 15 Jahre zuvor Beiträge: 7.616 |
Quote
linuxer
Wie sage ich der Arduino-IDE (Ich habe die 1:1.0.5 + dfsg2-2) wo er die Bootloader Dateien findet ?
Quote
linuxer
Bleibt trotzdem noch die Frage welchen Bootloader ich für den 1284 (Ohne P) nehmen kann.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Firmware für Gen7 1.5 .. 24. February 2016 07:13 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
Re: Firmware für Gen7 1.5 .. 24. February 2016 07:42 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |
Re: Firmware für Gen7 1.5 .. 24. February 2016 08:34 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Firmware für Gen7 1.5 .. 24. February 2016 11:13 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 107 |