I am trying to import an Atmel Studio (AS7) Project based on AVR-GCC compiler on Linux Ubuntu18.04.3 LTS.
My toolchain on MPLAB X(v5.25) is AVR_GCC version 5.4.0 provided by Microchip Site. I would want to stick to AVR_GCC since my entire project has been maintained on this compiler.
I have successfully performed this task of transition from AS7 to MPLAB-X on Windows 10.
My problem is transition from Windows to Linux where I am having this issue which states that AVR (v1.0.0) isn't supported.
I have tried using the default location at /usr/bin too which again prompts the same problem.
What do I do ?
PS: Thought of resurrecting this post since it seems to have mentioned as ANSWERED. I guess it must be solved solutions for Windows systems and not for Linux systems.