I decided to use the teacup firmware along with an arduino nano to control my 3d printer that i'm making.
I followed the tutorial on the teacup firmware and all was good untill it gave me a "Build terminated Abnormally" message when i tried to build my settings.
avr-gcc.exe -c -DF_CPU=16000000UL -mmcu=atmega328p -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="C:\Documents and Settings\2029-pc\My Documents\teacup\Teacup_Firmware-master\build\analog-arm.al" -save-temps=obj -o "C:\Documents and Settings\2029-pc\My Documents\teacup\Teacup_Firmware-master\build\analog-arm.o" "C:\Documents and Settings\2029-pc\My Documents\teacup\Teacup_Firmware-master\analog-arm.c"
Exception occurred trying to run
avr-gcc.exe -c -DF_CPU=16000000UL -mmcu=atmega328p -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="C:\Documents and Settings\2029-pc\My Documents\teacup\Teacup_Firmware-master\build\analog-arm.al" -save-temps=obj -o "C:\Documents and Settings\2029-pc\My Documents\teacup\Teacup_Firmware-master\build\analog-arm.o" "C:\Documents and Settings\2029-pc\My Documents\teacup\Teacup_Firmware-master\analog-arm.c"
Build terminated abnormally.
I tried looking into solving this issue but after finding and reading some discussion about it i'm still lost.
I have almost the same settings as here :
http://reprap.org/wiki/File:Teacup_Configtool_Settings.png the only difference being i have my Arduino directory field empty, in which case it should find the required files automatically.
I'm about as smart as a bag of rocks when it comes to software/firmware so help would be appreciated.
Thanks.