From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-yk0-f175.google.com ([209.85.160.175]) by metis.ext.pengutronix.de with esmtps (TLS1.2:RSA_ARCFOUR_SHA1:128) (Exim 4.80) (envelope-from ) id 1ZZ8sT-0001de-8H for ptxdist@pengutronix.de; Tue, 08 Sep 2015 04:43:21 +0200 Received: by ykdu9 with SMTP id u9so23620367ykd.2 for ; Mon, 07 Sep 2015 19:43:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201509071140.02770.jbe@pengutronix.de> References: <201509071140.02770.jbe@pengutronix.de> Date: Tue, 8 Sep 2015 10:43:14 +0800 Message-ID: From: Hardik A Gohil Subject: Re: [ptxdist] configure: error: cannot run C compiled programs List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: multipart/mixed; boundary="===============1356410584==" Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: Juergen Borleis Cc: ptxdist@pengutronix.de, Prabhakara Rao Kolusu --===============1356410584== Content-Type: multipart/alternative; boundary=001a11492104ddc56f051f3353d4 --001a11492104ddc56f051f3353d4 Content-Type: text/plain; charset=UTF-8 On Mon, Sep 7, 2015 at 5:40 PM, Juergen Borleis wrote: > Hi, > > On Monday 07 September 2015 10:56:12 Hardik A Gohil wrote: > > I am working with phyCORE-AM335x-PD13.1.2 an getting the error > > > > Platform details: > > > > PTXCONF_GNU_TARGET="arm-cortexa8-linux-gnueabihf" > > PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-" > > > > ------------------------------- > > target: host-pkg-config.prepare > > ------------------------------- > > > > checking for a BSD-compatible install... > > /usr/local/lib/ptxdist-2013.01.0/bin/install -c > > checking whether build environment is sane... yes > > checking for a thread-safe mkdir -p... > > /usr/local/lib/ptxdist-2013.01.0/bin/mkdir -p > > checking for gawk... gawk > > checking whether make sets $(MAKE)... yes > > checking whether to enable maintainer-specific portions of Makefiles... > no > > checking build system type... x86_64-unknown-linux-gnu > > checking host system type... x86_64-unknown-linux-gnu > > checking for style of include used by make... GNU > > checking for gcc... gcc > > checking whether the C compiler works... yes > > checking for C compiler default output file name... a.out > > checking for suffix of executables... > > checking whether we are cross compiling... configure: error: in > > > `/export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/build-host > >/pkg-config-0.25': configure: error: cannot run C compiled programs. > > If you meant to cross compile, use `--host'. > > See `config.log' for more details. > > make: *** > > > [/export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/state/host > >-pkg-config.prepare] Error 1 > > Strange. The autotools are using your native host compiler and its result > isn't > executable. > > [...] > configure:3502: gcc -o > conftest -isystem > /export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/sysroot-host/include > -L/export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/sysroot-host/lib > -Wl,-rpath > -Wl,/export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/sysroot-host/lib > -Wl,-rpath > -Wl,/this/is/a/long/path/to/make/host/tools/relocateable/with/chrpath/when/using/dev/packages > conftest.c >&5 > configure:3506: $? = 0 > configure:3513: ./conftest > ./configure: line 3515: ./conftest: cannot execute binary file > [...] > > Can you manually compile and run other programs? > I tried to manually compile using #./configure --prefix=/opt/PHYTEC_BSPs/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/sysroot-host # make I am able to compile. -- Regards Hardik A Gohil Willowglen Msc Bhd --001a11492104ddc56f051f3353d4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Mon, Sep 7, 2015 at 5:40 PM, Juergen Borleis <<= a href=3D"mailto:jbe@pengutronix.de" target=3D"_blank">jbe@pengutronix.de> wrote:
H= i,

On Monday 07 September 2015 10:56:12 Hardik A Gohil wrote:
> I am working with phyCORE-AM335x-PD13.1.2 an getting the error
>
> Platform details:
>
> PTXCONF_GNU_TARGET=3D"arm-cortexa8-linux-gnueabihf"
> PTXCONF_COMPILER_PREFIX=3D"${PTXCONF_GNU_TARGET}-"
>
> -------------------------------
> target: host-pkg-config.prepare
> -------------------------------
>
> checking for a BSD-compatible install...
> /usr/local/lib/ptxdist-2013.01.0/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p...
> /usr/local/lib/ptxdist-2013.01.0/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles..= . no
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking for style of include used by make... GNU
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... configure: error: in
> `/export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/build= -host
>/pkg-config-0.25': configure: error: cannot run C compi= led programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> make: ***
> [/export/home/os/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/state= /host
>-pkg-config.prepare] Error 1

Strange. The autotools are using your native host compiler and its r= esult isn't
executable.

[...]
configure:3502: gcc -o
conftest=C2=A0 -isystem /export/home/os/phyCORE-AM335x-PD13.1.2/platform-ph= yCORE-AM335x/sysroot-host/include -L/export/home/os/phyCORE-AM335x-PD13.1.2= /platform-phyCORE-AM335x/sysroot-host/lib -Wl,-rpath -Wl,/export/home/os/ph= yCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/sysroot-host/lib -Wl,-rpath -= Wl,/this/is/a/long/path/to/make/host/tools/relocateable/with/chrpath/when/u= sing/dev/packages
conftest.c=C2=A0 >&5
configure:3506: $? =3D 0
configure:3513: ./conftest
./configure: line 3515: ./conftest: cannot execute binary file
[...]

Can you manually compile and run other programs?

<= /div>
I tried to manually compile using

#./configure --prefix=3D= /opt/PHYTEC_BSPs/phyCORE-AM335x-PD13.1.2/platform-phyCORE-AM335x/sysroot-ho= st

# make=C2=A0

I am able to compile.

--
Regards
Hardik A Gohil
<= div>Willowglen Msc Bhd

--001a11492104ddc56f051f3353d4-- --===============1356410584== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline LS0gCnB0eGRpc3QgbWFpbGluZyBsaXN0CnB0eGRpc3RAcGVuZ3V0cm9uaXguZGUK --===============1356410584==--