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?
- Sounds like avr-gcc is not in the path.
- But "actuators.Ã " sounds interesting as well.
- tru with path that has no space in it
First check, if you really need to compile your own (or you can use released and compiled version from GenBoard/UnderDevelopment/FirmwareChanges ).