Hello.
Using MPLAB-X (5.45) I'm not able to build/to debug a normal assembly language project.
I have a project.asm file (hcs.asm, entry file in Atmel-Studio), this imports several other files.
Using Studio there is no problem to build and debug this project.
In MPLAB-X I create a avr-asm project and add my files to source files.
Now I can assemble project.asm (hcs.asm) file without problem and I get my hexfile-
but the attempt to build or debug the project produces error messages only.
Obviously the project is not set up correctly...
I don't know what have to do here- maybe someone can help.