AVR-Programming
AVR-Programming copied to clipboard
issue building makefile on ubuntu
whenever i try to build any of the makefiles i get this error.
gcc: fatal error: input file ‘Makefile’ is the same as output file compilation terminated.
try this command: #sudo apt-get install make gcc-avr binutils-avr avrdude avr-libc then try again wish you good luck
No luck :/ still gives the same error
Try to check the Makefile contents, actully i dont face this kind of issue before. But i think, if you install the packages in proper way it should work. And I dont have any other ideas ..
Are you trying to build your Makefile with gcc? That's how the message read for me.