On 06/08/2010 09:01 PM, Huseyin Turan wrote:
checking for gcc... gcc checking for C compiler default output file name... configure: error: in `/home/name1/osmocom/osmocom-bb/src/shared/libosmocore/build-host': configure: error: C compiler cannot create executables See `config.log' for more details.
Looking at the log file is always a good idea. It might have an eye opening effect....
That is; in gnuarm-4.0.2/arm-elf/bin there are executables like gcc,g++,etc. which can be executed. in gnuarm-4.0.2/bin there are executables like arm-elf-gcc,arm-elf-g++,etc. which can not be executed.
Which path is true?
You want to use your normal gcc and such, so putting gnuarm-4.0.2/arm-elf/bin in your path is not that clever. What is the issue with arm-elf-gcc? What happens when you try to execute it?