From: JC <jc@vtkloud.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: toolchain issue with with-libtool-sysroot unrecognized
Date: Wed, 04 Sep 2013 20:26:02 +0200 [thread overview]
Message-ID: <52277B3A.8030405@vtkloud.com> (raw)
In-Reply-To: <CAP9ODKprMv=VZPy1KtGa99u8ctWEp3v8wS2fi-E6XQDaZ2qRJA@mail.gmail.com>
Hi Otavio
On 04/09/2013 19:03, Otavio Salvador wrote:
>
> When I run the configure step, I get a warning :
> configure: WARNING: unrecognized options: --with-libtool-sysroot
>
> This shouldn't be so bad, but unfortunately, because of this warning, I
> get
> the following issue: when I try to run the generated binary, I get :
>
> /lib/ld-linux.so.3: No such file or directory
>
>
>
> I use autotools based projects in toolchain daily at our projects and
> customer projects and it works fine. Without further research in logs
> and code access it is hard to do a better bet.
You are right. It's impossible to tell more, so here are more details:
Makefile.am:
SUBDIRS =
bin_PROGRAMS = hello
configure.ac:
AC_INIT([hello], 0.1.0, trevor.woerner@linaro.org, hello)
AC_CONFIG_SRCDIR(hello.c)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 1.9])
SUBDIRS=""
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_OUTPUT(Makefile)
hello.c:
#include <stdio.h>
main()
{
printf("Hello World!\n");
}
I don't know what kind of logs I should post to help investigate the issue?
Regards
Jay
prev parent reply other threads:[~2013-09-04 18:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 21:23 toolchain issue with with-libtool-sysroot unrecognized JC
2013-09-04 15:32 ` Otavio Salvador
2013-09-04 16:36 ` JC
2013-09-04 17:03 ` Otavio Salvador
2013-09-04 18:26 ` JC [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52277B3A.8030405@vtkloud.com \
--to=jc@vtkloud.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.