rm -rf UART.o acp.o main.o timer.o  acpmoy.elf dep/ acpmoy.hex acpmoy.eep acpmoy.lss acpmoy.map
Build succeeded with 0 Warnings...
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2  -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wp,-M,-MP,-MT,UART.o,-MF,dep/UART.o.d  -c  ../UART.C
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2  -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wp,-M,-MP,-MT,acp.o,-MF,dep/acp.o.d  -c  ../acp.c
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2  -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wp,-M,-MP,-MT,main.o,-MF,dep/main.o.d  -c  ../main.c
../main.c: In function `main':
../main.c:81: warning: 'ledtimer' might be used uninitialized in this function
../main.c:83: warning: 'timer' might be used uninitialized in this function
avr-gcc  -mmcu=at90s8515 -Wall -gdwarf-2  -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wp,-M,-MP,-MT,timer.o,-MF,dep/timer.o.d  -c  ../timer.c
avr-gcc -mmcu=at90s8515 -Wl,-Map=acpmoy.map UART.o acp.o main.o timer.o   -lc  -o acpmoy.elf
main.o(.text+0x5a): In function `main':
../main.c:92: undefined reference to `UARTInitialise'
main.o(.text+0x64):../main.c:97: undefined reference to `UARTOutputConstString'
main.o(.text+0x6a):../main.c:98: undefined reference to `UARTOutputConstString'
main.o(.text+0x70):../main.c:99: undefined reference to `UARTOutputConstString'
main.o(.text+0x76):../main.c:100: undefined reference to `UARTOutputConstString'
main.o(.text+0x7c):../main.c:101: undefined reference to `UARTOutputConstString'
acp.o(.text+0x1c): In function `ACPDebugData':
../acp.c:120: undefined reference to `UARTOutput8Bits'
acp.o(.text+0x22):../acp.c:122: undefined reference to `UARTSendByte'
acp.o(.text+0x26):../acp.c:123: undefined reference to `UARTSendByte'
acp.o(.text+0x3b6): In function `ACPService':
../acp.c:595: undefined reference to `UARTOutput8Bits'
make: *** [acpmoy.elf] Error 1
Build failed with 10 errors and 2 warnings...
