0

So, I was working on a project to add ATmega1281 architecture support to my Toolchain.

I was having avr-gcc-v3.3, avr-binutils-2.13.1, and avr-libc-cvs2003.

I have added the ATmega1281 support to Binutils-2.13, Gcc-3.3 and Avr-libc-cvs2003.

After the complete toolchain is created, when I try to compile a Hello-World program for the ATmega1281, I get the following errors.

Error Given when executed with -mmcu=atmega1281

I tried with other mcu's , they are working fine except the ATmega1281.

What can be the issue here ?

4

1 回答 1

0

I don't know but the issue was with something related to the autoconf, automake and texinfo.

i downgraded it and it works fine.

于 2019-04-08T12:34:06.977 回答