you will need toolchain to cross compile firmware
On Tue, Apr 15, 2014 at 1:20 PM, Ahmad Jan e10007a@gmail.com wrote:
While installing osmocom-bb, i came across the "building the source" section.
It says in later part that: " If your GCC binary that produces ARM code is not called *arm-elf-gcc*you will need to invoke the following statement and provide the basename of the toolchain with the ending *-*"
cd src make -e CROSS_TOOL_PREFIX=arm-OTHER_NAME-
How can i find out that my GCC binary is called as *arm-elf-gcc *or something else?