Guest
#1552282
Hello, i have a problem. If i want to compile an assembler file with avr-as and "m8def.inc" is included i can't compile because of these errors:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
I guess it's because the "m8def.inc" file is written in AVR-Assembler and not GNU-Assembler. Now my question is: How can i fix m8def.inc or better ;) is there already a pre defined file like this for GNU-Assembler? Thanks a lot :)