Open avrs-admin opened 2 years ago
joerg_wunsch 2020-11-17 22:49:40.081000
You write you are trying to compile AVaRICE 2.14, but your final command messages indicate it's actually 2.12. Also, all the compile errors you mentioned seem to be old ones that have been fixed in the current codebase.
christian26
2020-11-17 15:01:37.474000
Hi,
Thank you for adding Atmel-ICE support to avarice, that is great news!
I was trying to compile 2.14 on a Ubuntu 18.04 machine. gcc version Ubuntu 7.5.0-3ubuntu1~18.04. packages binutils-dev libusb-dev installed for library support.
Compiled with command:
gcc breaks with this error:
By editing pragma.h such that it uses the pragmas for gcc version 4, it compiles, but then breaks again with this error:
Modifying this line to return NULL instead seems to solve the problem. This lead to a working binary. However, an AVR-ICE connected to the USB port is not recognized:
Probably just something I am doing wrong... right?
Again, great work from you guys, keep it up!
-- Christian
This issue was migrated from https://sourceforge.net/p/avarice/bugs/30/