LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   armv5tel gcc 4.6.2 conftest.c execvp No such file or directory (https://www.linuxquestions.org/questions/programming-9/armv5tel-gcc-4-6-2-conftest-c-execvp-no-such-file-or-directory-4175482610/)

adrhc 10-29-2013 04:41 AM

armv5tel gcc 4.6.2 conftest.c execvp No such file or directory
 
1 Attachment(s)
Hi, I am a java programmer with C/C++ (MS Visual C++) background. I want to compile mkvtoolnix and I face the below problem; any solution ?

root@nsa310:~# uname -a
Linux nsa310 2.6.31.8 #2 Fri Aug 2 11:21:44 CST 2013 armv5tel GNU/Linux

It's a Zyxel NSA310.

/ffp/home/root/mkvtoolnix-6.5.0/config.log (also attached):

## Platform. ##
## --------- ##

hostname = nsa310
uname -m = armv5tel
uname -r = 2.6.31.8
uname -s = Linux
uname -v = #2 Fri Aug 2 11:21:44 CST 2013

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /ffp/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /ffp/bin
PATH: /usr/bin
PATH: /bin

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2837: checking build system type
configure:2851: result: armv5tel-unknown-linux-gnueabihf
configure:2871: checking host system type
configure:2884: result: armv5tel-unknown-linux-gnueabihf
configure:2904: checking target system type
configure:2917: result: armv5tel-unknown-linux-gnueabihf
configure:2992: checking for gcc
configure:3008: found /ffp/bin/gcc
configure:3019: result: gcc
configure:3248: checking for C compiler version
configure:3257: gcc --version >&5
gcc (GCC) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3268: $? = 0
configure:3257: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/zy-pkgs/ffproot/ffp/bin/../libexec/gcc/arm-ffp-li
nux-uclibcgnueabi/4.6.2/lto-wrapper
Target: arm-ffp-linux-uclibcgnueabi
Configured with: ../gcc-4.6.2/configure --prefix=/ffp --with-local-prefix=/ffp -
-build=arm-ffp-linux-uclibcgnueabi --host=arm-ffp-linux-uclibcgnueabi --disable-
nls --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99
--enable-long-long --enable-threads=posix --disable-multilib --with-system-zlib
--enable-checking=release --with-float=soft
Thread model: posix
gcc version 4.6.2 (GCC)
configure:3268: $? = 0
configure:3257: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3268: $? = 1
configure:3257: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3268: $? = 1
configure:3288: checking whether the C compiler works
configure:3310: gcc conftest.c >&5
gcc: error trying to exec 'as': execvp: No such file or directory

configure:3314: $? = 1
configure:3352: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3357: error: in `/ffp/home/root/mkvtoolnix-6.5.0':
configure:3359: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=armv5tel-unknown-linux-gnueabihf
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
...

adrhc 10-29-2013 10:26 AM

The response from KyleK (http://kylek.is-a-geek.org:31337/files/ffp/0.7-arm)

the tool 'as' is part of the binutils package. It's available in fonz'
repository.

Hope this helps.

Frank

The problem is SOLVED so that's it.


All times are GMT -5. The time now is 09:04 AM.