not sure if i'm doing something wrong but i reconfigured an existing
build directory to build for malta/qemu and ran "make V=s" and
eventually got (in
build_dir/target-mipsel_mips32_uClibc-0.9.33.2/alsa-lib-1.0.28/):

... snip ...
checking for mipsel-openwrt-linux-gcc... gcc
checking whether the C compiler works... no
configure: error: in
`/home/rpjday/openwrt/git_minimal/build_dir/target-mipsel_mips32_uClibc-0.9.33.2/alsa-lib-1.0.28':
configure: error: C compiler cannot create executables
See `config.log' for more details
... snip ...

at a wild guess, it *looks* like the compilation is trying to use the
native "gcc" on my fedora system, rather than the MIPS cross-compiler,
as this is part of config.log:

gcc version 4.9.1 20140922 (Red Hat 4.9.1-10) (GCC)
configure:3361: $? = 0
configure:3350: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3361: $? = 4
configure:3350: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3361: $? = 4
configure:3381: checking whether the C compiler works

  surely, at this point, the build process should be using the MIPS
cross-compiler toolchain, no? any suggestions as to what i should
check? i'm using a current git clone of openwrt.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to