When trying to make the firmware, i receive an error and no .hex file is made.
The error comes when executing :
avr-gcc actuators.Ã adc.o ...... avr/wbo2.o c:\program files\microsoft visual studio .net 2003\sdk\v1.1\lib\ -Wl,-Map=vems.map,--cref -mmcu=atmega128 -o vems.elf
error description : no such file or directory
i have microsoft visual studio .net installed on my machine
Anyone knows how to solve this?