There seems to be an issue when installing the simulator with version 5 of gcc. It has to do with the address_to_digiio_IDX inline method in the mica2 module. I read that there is a new warning in gcc 5 for inline methods which might be causing the build script to fail.
Reverting to gcc 4.9 fixed the issue for me.
There seems to be an issue when installing the simulator with version 5 of gcc. It has to do with the address_to_digiio_IDX inline method in the mica2 module. I read that there is a new warning in gcc 5 for inline methods which might be causing the build script to fail.
Reverting to gcc 4.9 fixed the issue for me.