When I command "make", then I got an error like this:
/usr/bin/ld: ../../../lib//liblmi.a(LMInterface.o): unrecognized relocation (0x2a) in section `.text'
This error is caused by earlier version of binutils, and I have binutils like this:
GNU ld (GNU Binutils for Ubuntu) 2.24
I installed binutils-2.26 by following commands
$ sudo apt-get update
$ sudo apt-get install binutils-2.26
But I have a problem, I installed binutils-2.26, but the default binutils version is 2.24, so How can I convert binutils-2.26 into the default binutils?