Hi,
On Thu, Jan 09, 2014 at 11:31:14AM -0000, neetesh saxena wrote:
I installed a fresh Ubuntu and then installed everything related to osmocomBB.
I have added path of arm-elf-gcc using export PATh=$PATH:<path>/install/bin and also added in bashrc file.
Now when I am compiling it I am receiving the same errors:
As before, the cross compiler is not found. Since you put the path to the binaries of the toolchain in your .bashrc, the following should work:
$ arm-elf-gcc
Is that the case?
Kind regards, -Alex