I am trying to compile the openthread source code for cc2538 platform.I am following steps given on this link.
cd
./bootstrap
make -f examples/Makefile-cc2538
But I am not able to compile it. I am getting following error while compilation checking for suffix of object files...
configure: error: in /home/trupti/open_thread/openthread/build/cortex-m3-arm-none-eabi': configure: error: cannot compute suffix of object files: cannot compile See config.log' for more details make: *** [build/cortex-m3-arm-none-eabi/config.status] Error 1
I am using Ubuntu 12.04 system for compilation. The gcc version in my system is gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
As per google search I understood I need to install some libraries like MPFR, GMP and MPC.
Can anyone help me to install these libraries.