Problem with latest GCC compiler and config file.

Hello All;

I seem to have narrowed my previous problems with NMAP to a configure error.

There is either a typo in the config file somewhere or there is a compatibility problem with the latest version of

GCC. The version on the Angstrom image I am using is: “gcc version 4.7.3 20130205 (prerelease) (Linaro GCC 4.7-2013.02-01)”

There appears to be an uppercase “-V” where there should be a lowercase one.

The code below fails:

gcc version 4.7.3 20130205 (prerelease) (Linaro GCC 4.7-2013.02-01)

configure:2854: $? = 0

configure:2843: gcc -V >&5 ß Error

gcc: error: unrecognized command line option ‘-V’

gcc: fatal error: no input files

compilation terminated.

Where a previous commands worked:

configure:2854: $? = 0

configure:2843: gcc -v >&5 ß Works

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.7.3/lto-wrapper

Target: arm-angstrom-linux-gnueabi

Configured with: /build/v2012.12/build/tmp-angstrom_v2012_12-eglibc/work-shared/gcc-linaro-4.7-r9 ………

Can anybody help me with this? I can’t find the config file that contains the error.

Thanks;

Bill