LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 10-29-2013, 04:41 AM   #1
adrhc
Member
 
Registered: Dec 2006
Location: Bucharest
Distribution: Ubuntu 16.04 LTS
Posts: 103

Rep: Reputation: 13
armv5tel gcc 4.6.2 conftest.c execvp No such file or directory


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=
...
Attached Files
File Type: log config.log (7.2 KB, 24 views)
 
Old 10-29-2013, 10:26 AM   #2
adrhc
Member
 
Registered: Dec 2006
Location: Bucharest
Distribution: Ubuntu 16.04 LTS
Posts: 103

Original Poster
Rep: Reputation: 13
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.

Last edited by adrhc; 10-29-2013 at 01:08 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gcc: error trying to exec 'cc1plus': execvp: No such file or directory- Fedora 10 AtmoHawk03 Linux - Newbie 5 09-17-2013 12:25 PM
gcc: error trying to exec 'as': execvp: No such file or directory vanish78 Linux - Software 4 10-12-2011 02:15 AM
arm-linux-uclibc-gcc: error trying to exec 'cc1': execvp: No such directory saurabh.jain162 Linux - Newbie 0 06-05-2009 08:26 AM
Starting Postfix: execvp: No such file or directory Mateo1041 Linux - Software 0 06-16-2005 10:03 AM
execvp: No such file or Directory on bootup Tenover Linux - General 3 02-06-2004 05:25 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 07:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration