Open cyclemat opened 10 years ago
Is this project still maintained ? if not may it be transfered to @abandonware org ?
It's been many years now but if anyone wonders it is because the DLL crashes on Keyboard mode. There is a fork made that fixes the DLL and that dll also functions for the real ledwizz and fixes some of its own issues.
Have created a pinmap.h and it Copile but no funtion in normal LEdwiz compa tools the keyboard support works but the ledwiz tool didnt start and LEDBlinky Kills the programm tread
The Project is on Arduino Mega 2560 with 16u2 Chip as usb Controller
Here is The pinmap.h
define LED_MAPPING_TABLE(map) \
if (USE_MOUSE)
define MOUSE_X_CLK_INDEX 9
define MOUSE_X_DIR_INDEX 10
define MOUSE_Y_CLK_INDEX 11
define MOUSE_Y_DIR_INDEX 12
endif
define SHIFT_SWITCH_INDEX 32
define PANEL_MAPPING_TABLE(map) \
define ADC_MAPPING_TABLE(map) \
Log M2560 compilig
E:\aus XP\lwcloneu2-master\firmware\arduino_mega2560\m2560>make clean
-------- begin --------
Cleaning project: rm -f arduino_mega2560m2560.hex rm -f arduino_mega2560__m2560.eep rm -f arduino_mega2560m2560.cof rm -f arduino_mega2560m2560.elf rm -f arduino_mega2560__m2560.map rm -f arduino_mega2560m2560.sym rm -f arduino_mega2560__m2560.lss rm -f ../../main_led.o ../../comm.o ../../led.o ../../panel.o ../../queue.o ../. ./clock.o rm -f ../../main_led.lst ../../comm.lst ../../led.lst ../../panel.lst ../../queu e.lst ../../clock.lst rm -f ../../main_led.s ../../comm.s ../../led.s ../../panel.s ../../queue.s ../. ./clock.s rm -f ../../main_led.d ../../comm.d ../../led.d ../../panel.d ../../queue.d ../. ./clock.d rm -rf .dep -------- end --------
E:\aus XP\lwcloneu2-master\firmware\arduino_mega2560\m2560>make
-------- begin -------- avr-gcc (AVR_8_bit_GNU_Toolchain_3.4.2_939) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling: ../../main_led.c avr-gcc -c -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-cha r -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa ,-adhlns=../../main_led.lst -std=gnu99 -MD -MP -MF .dep/main_led.o.d ../../main _led.c -o ../../main_led.o
Compiling: ../../comm.c avr-gcc -c -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-cha r -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa ,-adhlns=../../comm.lst -std=gnu99 -MD -MP -MF .dep/comm.o.d ../../comm.c -o .. /../comm.o
Compiling: ../../led.c avr-gcc -c -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-cha r -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa ,-adhlns=../../led.lst -std=gnu99 -MD -MP -MF .dep/led.o.d ../../led.c -o ../.. /led.o
Compiling: ../../panel.c avr-gcc -c -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-cha r -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa ,-adhlns=../../panel.lst -std=gnu99 -MD -MP -MF .dep/panel.o.d ../../panel.c -o ../../panel.o ../../panel.c: In function 'panel_get_report': ../../panel.c:369:16: warning: array subscript is above array bounds [-Warray-bo unds]
Compiling: ../../queue.c avr-gcc -c -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-cha r -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa ,-adhlns=../../queue.lst -std=gnu99 -MD -MP -MF .dep/queue.o.d ../../queue.c -o ../../queue.o ../../queue.c: In function 'chunk_peek': ../../queue.c:64:2: warning: return discards 'volatile' qualifier from pointer t arget type [enabled by default] ../../queue.c: In function 'chunk_prepare': ../../queue.c:83:2: warning: return discards 'volatile' qualifier from pointer t arget type [enabled by default]
Compiling: ../../clock.c avr-gcc -c -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-cha r -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa ,-adhlns=../../clock.lst -std=gnu99 -MD -MP -MF .dep/clock.o.d ../../clock.c -o ../../clock.o
Linking: arduino_mega2560m2560.elf avr-gcc -mmcu=atmega2560 -I. -gdwarf-2 -DF_CPU=16000000UL -Os -funsigned-char - funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-a dhlns=../../main_led.o -std=gnu99 -MD -MP -MF .dep/arduino_mega2560m2560.elf. d ../../main_led.o ../../comm.o ../../led.o ../../panel.o ../../queue.o ../../cl ock.o --output arduino_mega2560m2560.elf -Wl,-Map=arduino_mega2560m2560.map, --cref -lm
Creating load file for Flash: arduino_mega2560m2560.hex avr-objcopy -O ihex -R .eeprom arduino_mega2560__m2560.elf arduino_mega2560m25 60.hex
Creating load file for EEPROM: arduino_mega2560m2560.eep avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \ --change-section-lma .eeprom=0 -O ihex arduino_mega2560__m2560.elf ardui no_mega2560m2560.eep c:\Programme\Atmel\AVR Tools\AVR Toolchain\bin\avr-objcopy.exe: --change-section -lma .eeprom=0x00000000 never used
Creating Extended Listing: arduino_mega2560m2560.lss avr-objdump -h -S arduino_mega2560__m2560.elf > arduino_mega2560m2560.lss
Creating Symbol Table: arduino_mega2560m2560.sym avr-nm -n arduino_mega2560__m2560.elf > arduino_mega2560m2560.sym
Size after: arduino_mega2560__m2560.elf : section size addr .data 146 8389120 .text 5074 0 .bss 160 8389266 .stab 1896 0 .stabstr 267 0 .comment 47 0 .debug_aranges 192 0 .debug_info 9661 0 .debug_abbrev 3214 0 .debug_line 2466 0 .debug_frame 1028 0 .debug_str 3928 0 .debug_loc 4802 0 .debug_ranges 560 0 Total 33441
-------- end --------
E:\aus XP\lwcloneu2-master\firmware\arduino_mega2560\m2560>E:\aus XP\lwcloneu2-m aster\firmware\arduino_mega2560\m2560
log 16u2 compiling
E:\aus XP\lwcloneu2-master\firmware\arduino_mega2560\m16u2>make [INFO] : Begin compilation of project "arduino_mega2560__m16u2"...
avr-gcc (AVR_8_bit_GNU_Toolchain_3.4.2_939) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[GCC] : Compiling C file "main_usb.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../main_usb.d ../../main_usb.c -o ../../main_usb.o [GCC] : Compiling C file "descriptors.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../descriptors.d ../../descriptors.c -o ../../descriptors.o [GCC] : Compiling C file "comm.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../comm.d ../../comm.c -o ../../comm.o [GCC] : Compiling C file "led.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../led.d ../../led.c -o ../../led.o [GCC] : Compiling C file "panel.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../panel.d ../../panel.c -o ../../panel.o [GCC] : Compiling C file "queue.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../queue.d ../../queue.c -o ../../queue.o ../../queue.c: In function 'chunk_peek': ../../queue.c:64:2: warning: return discards 'volatile' qualifier from pointer t arget type [enabled by default] ../../queue.c: In function 'chunk_prepare': ../../queue.c:83:2: warning: return discards 'volatile' qualifier from pointer t arget type [enabled by default] [GCC] : Compiling C file "clock.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../clock.d ../../clock.c -o ../../clock.o [GCC] : Compiling C file "HIDParser.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Class/Common/HIDParser.d ../../lufa/LUFA/Dr ivers/USB/Class/Common/HIDParser.c -o ../../lufa/LUFA/Drivers/USB/Class/Common/H IDParser.o [GCC] : Compiling C file "Device_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.d ../../lufa/LUFA/Dri vers/USB/Core/AVR8/Device_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Device _AVR8.o [GCC] : Compiling C file "EndpointStream_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/EndpointStream_AVR8.d ../../lufa/ LUFA/Drivers/USB/Core/AVR8/EndpointStream_AVR8.c -o ../../lufa/LUFA/Drivers/USB/ Core/AVR8/EndpointStream_AVR8.o [GCC] : Compiling C file "Endpoint_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.d ../../lufa/LUFA/D rivers/USB/Core/AVR8/Endpoint_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Core/AVR8/En dpoint_AVR8.o [GCC] : Compiling C file "Host_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.d ../../lufa/LUFA/Drive rs/USB/Core/AVR8/Host_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Host_AVR8. o [GCC] : Compiling C file "PipeStream_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/PipeStream_AVR8.d ../../lufa/LUFA /Drivers/USB/Core/AVR8/PipeStream_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Core/AVR 8/PipeStream_AVR8.o [GCC] : Compiling C file "Pipe_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.d ../../lufa/LUFA/Drive rs/USB/Core/AVR8/Pipe_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8. o [GCC] : Compiling C file "USBController_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.d ../../lufa/L UFA/Drivers/USB/Core/AVR8/USBController_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Co re/AVR8/USBController_AVR8.o [GCC] : Compiling C file "USBInterrupt_AVR8.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.d ../../lufa/LU FA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c -o ../../lufa/LUFA/Drivers/USB/Core /AVR8/USBInterrupt_AVR8.o [GCC] : Compiling C file "ConfigDescriptors.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/ConfigDescriptors.d ../../lufa/LUFA/Dr ivers/USB/Core/ConfigDescriptors.c -o ../../lufa/LUFA/Drivers/USB/Core/ConfigDes criptors.o [GCC] : Compiling C file "DeviceStandardReq.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/DeviceStandardReq.d ../../lufa/LUFA/Dr ivers/USB/Core/DeviceStandardReq.c -o ../../lufa/LUFA/Drivers/USB/Core/DeviceSta ndardReq.o [GCC] : Compiling C file "Events.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/Events.d ../../lufa/LUFA/Drivers/USB/C ore/Events.c -o ../../lufa/LUFA/Drivers/USB/Core/Events.o [GCC] : Compiling C file "HostStandardReq.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/HostStandardReq.d ../../lufa/LUFA/Driv ers/USB/Core/HostStandardReq.c -o ../../lufa/LUFA/Drivers/USB/Core/HostStandardR eq.o [GCC] : Compiling C file "USBTask.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega16u2 -fshort-enums -fno-inline-small- functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bi tfields -ffunction-sections -I. -I../../lufa/LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BO ARD_USER -DF_USB=16000000UL -DF_CPU=16000000UL -mrelax -x c -Os -std=gnu99 -Wstr ict-prototypes -DUSE_LUFA_CONFIG_HEADER -I./arduino_mega2560/m16u2 -I../.. -MMD -MP -MF ../../lufa/LUFA/Drivers/USB/Core/USBTask.d ../../lufa/LUFA/Drivers/USB/ Core/USBTask.c -o ../../lufa/LUFA/Drivers/USB/Core/USBTask.o [LNK] : Linking object files into "arduino_mega2560m16u2.elf" avr-gcc ../../main_usb.o ../../descriptors.o ../../comm.o ../../led.o ../../pane l.o ../../queue.o ../../clock.o ../../lufa/LUFA/Drivers/USB/Class/Common/HIDPars er.o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.o ../../lufa/LUFA/Drivers /USB/Core/AVR8/EndpointStream_AVR8.o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Endpo int_AVR8.o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.o ../../lufa/LUFA/Dri vers/USB/Core/AVR8/PipeStreamAVR8.o ../../lufa/LUFA/Drivers/USB/Core/AVR8/Pipe AVR8.o ../../lufa/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.o ../../lufa/LUF A/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.o ../../lufa/LUFA/Drivers/USB/Core/Con figDescriptors.o ../../lufa/LUFA/Drivers/USB/Core/DeviceStandardReq.o ../../lufa /LUFA/Drivers/USB/Core/Events.o ../../lufa/LUFA/Drivers/USB/Core/HostStandardReq .o ../../lufa/LUFA/Drivers/USB/Core/USBTask.o -o arduino_mega2560m16u2.elf -lm -Wl,-Map=arduino_mega2560m16u2.map,--cref -Wl,--gc-sections -Wl,--relax -mmcu =atmega16u2 [OBJCPY] : Extracting HEX file data from "arduino_mega2560m16u2.elf" avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature arduinomega2560 _m16u2.elf arduino_mega2560m16u2.hex [OBJCPY] : Extracting EEP file data from "arduino_mega2560m16u2.elf" avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom="alloc,load" --change -section-lma .eeprom=0 --no-change-warnings arduino_mega2560m16u2.elf arduino_ mega2560__m16u2.eep || exit 0 [OBJCPY] : Extracting BIN file data from "arduino_mega2560m16u2.elf" avr-objcopy -O binary -R .eeprom -R .fuse -R .lock -R .signature arduino_mega256 0m16u2.elf arduino_mega2560__m16u2.bin [OBJDMP] : Extracting LSS file data from "arduino_mega2560m16u2.elf" avr-objdump -h -d -S -z arduino_mega2560m16u2.elf > arduino_mega2560__m16u2.ls s [NM] : Extracting SYM file data from "arduino_mega2560m16u2.elf" avr-nm -n arduino_mega2560m16u2.elf > arduino_mega2560__m16u2.sym [SIZE] : Determining size of "arduino_mega2560m16u2.elf"
avr-size --mcu=atmega16u2 --format=avr arduino_mega2560__m16u2.elf
AVR Memory Usage
Device: atmega16u2
Program: 5342 bytes (32.6% Full) (.text + .data + .bootloader)
Data: 215 bytes (42.0% Full) (.data + .bss + .noinit)
EEPROM: 28 bytes (5.5% Full) (.eeprom)
[INFO] : Finished building project "arduino_mega2560__m16u2".
E:\aus XP\lwcloneu2-master\firmware\arduino_mega2560\m16u2>