public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: "acme@kernel.org" <acme@kernel.org>
Cc: "wangnan0@huawei.com" <wangnan0@huawei.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"peterz@infradead.org" <peterz@infradead.org>,
	"linux-snps-arc@lists.infradead.org" 
	<linux-snps-arc@lists.infradead.org>,
	"jolsa@kernel.org" <jolsa@kernel.org>,
	"jpoimboe@redhat.com" <jpoimboe@redhat.com>,
	"namhyung@kernel.org" <namhyung@kernel.org>,
	"acme@redhat.com" <acme@redhat.com>,
	"dsahern@gmail.com" <dsahern@gmail.com>,
	Vineet Gupta <Vineet.Gupta1@synopsys.com>,
	"pgynther@google.com" <pgynther@google.com>,
	"adrian.hunter@intel.com" <adrian.hunter@intel.com>
Subject: Re: [PATCH] tools lib: Reinstate strlcpy() header guard with __UCLIBC__
Date: Mon, 22 Aug 2016 18:01:08 +0000	[thread overview]
Message-ID: <1471888754.8888.15.camel@synopsys.com> (raw)
In-Reply-To: <20160819230210.GD20810@kernel.org>

Hi Arnaldo,

On Fri, 2016-08-19 at 20:02 -0300, Arnaldo Carvalho de Melo wrote:
> Em Fri, Aug 19, 2016 at 06:42:07PM -0300, Arnaldo Carvalho de Melo escreveu:
> > 
> > Em Fri, Aug 19, 2016 at 02:27:58PM -0700, Vineet Gupta escreveu:
> > > 
> > > On 08/19/2016 02:10 PM, Arnaldo Carvalho de Melo wrote:
> > > > 
> > > > > 
> > > > > But one question: when you test build, do you have any extra devel
> > > > > > 
> > > > > > packages installed besides what is in this prebuilt toolchain tarball?
> > > > > > 
> > > > > > I'll add at least zlib and elfutils to the mix, building it in the
> > > > > > docker image creation process, and then testing with/without
> > > > > > NO_LIBELF=1, as I do to other cross-building images:
> > > > Trying to build elfutils 0.166:
> > > > 
> > > > checking whether gcc accepts -Wduplicated-cond... no
> > > > checking whether gcc accepts -Wnull-dereference... no
> > > > configure: WARNING: "libc does not have argp"
> > > > checking for argp_parse in -largp... no
> > > > configure: error: "no libargp found"
> > > > 
> > > > ----
> > > > 
> > > > will go errands now, will try to check what is needed to build elfutils
> > > > with uclibc, ideas?
> > > 
> > > So back in 3.2 days I ran into these issues with elfutils - the workaround was to
> > > use the standalone libelf
> > > http://www.mr511.de/software/libelf-0.8.9.tar.gz.
> > 
> > Ok, so I'll git it a try with libelf, lets see...
> 
> Argh, give up, now it is refusing to build shared libraries:
> 
>   checking for native ELF system... no
>   configure: warning: shared libraries not supported for arc-snps-linux-uclibc
> 
> And also it says ELF64 isn't support and thus GElf, some more details,
> anyway.
>   
> > 
> > > 
> > > Not sure if you will be willing to take that path.
> > > 
> > > OTOH, you could use standalone argp @ http://www.lysator.liu.se/~nisse/archive but
> > > it seems that requires a bunch of patches too - from looking into the
> 
> > 
> > > 
> > > corresponding buildroot package folder. Give this a shot - otherwise it is easier
> > > to just build a custom toolchain with pre-req packages from buildroot. Or can be
> > > provided if you so deem fit !
> 
> Please, if you do that, then I'll be able to test more stuff, I already
> had enough fun trying to get elfutils, argp-standalone and libelf built
> on this env :-\

Please find a tarball with prebuilt toolchain for ARC HS38 by that link:
https://www.dropbox.com/s/uvqla26pmq03h5u/br-2016.08-rc2-65-g11109fd-archs38.tar.gz?dl=0

Just FYI I built it from today's BR sources, i.e. this is gcc6 based with all latest fixes
for ARC on top of vanilla gcc 6.1.1.

That's a defconfig I used in Buildroot:
-------------------->8---------------------
BR2_arcle=y
BR2_archs38=y
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PACKAGE_ELFUTILS=y
-------------------->8---------------------

-Alexey

  reply	other threads:[~2016-08-22 18:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17 20:00 [PATCH] tools lib: Reinstate strlcpy() header guard with __UCLIBC__ Vineet Gupta
2016-08-18 14:07 ` Arnaldo Carvalho de Melo
2016-08-18 16:03   ` Vineet Gupta
2016-08-18 16:17     ` Arnaldo Carvalho de Melo
2016-08-19 14:22     ` Arnaldo Carvalho de Melo
2016-08-19 18:01       ` Vineet Gupta
2016-08-19 19:23         ` Arnaldo Carvalho de Melo
2016-08-19 20:09           ` Vineet Gupta
2016-08-19 21:10           ` Arnaldo Carvalho de Melo
2016-08-19 21:27             ` Vineet Gupta
2016-08-19 21:42               ` Arnaldo Carvalho de Melo
2016-08-19 23:02                 ` Arnaldo Carvalho de Melo
2016-08-22 18:01                   ` Alexey Brodkin [this message]
2016-08-22 18:08                     ` Arnaldo Carvalho de Melo
2016-08-18 16:28   ` [PATCH v2] " Vineet Gupta

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=1471888754.8888.15.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=adrian.hunter@intel.com \
    --cc=dsahern@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=jpoimboe@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=pgynther@google.com \
    --cc=wangnan0@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox