Hi, I compiled the avr 328p assembly source on linux (debian 11) with mplab x ide v6.
Only the include files were not found. When I changed the < > into the " " it build successfully.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I compiled the avr 328p assembly source on linux (debian 11) with mplab x ide v6.
Only the include files were not found. When I changed the < > into the " " it build successfully.
I did not need to do that change. I have ../src as an include path in the project setup.
Ok I will try that too.