bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mes] error:mescc: file not found: "arm-mes/libc+gnu.a":()


From: Jan Nieuwenhuizen
Subject: Re: [bug-mes] error:mescc: file not found: "arm-mes/libc+gnu.a":()
Date: Mon, 15 Apr 2019 06:57:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Danny Milosavljevic writes:

> on wip-arm (commit 4e497f50c977288f31955f85f0f659d5a334b48a), configured with 
> "./configure --with-courage", I get:

> $ cat mescc-lib/lib/tests/posix/90-execlp.log:
> error:mescc: file not found: "arm-mes/libc+gnu.a":()
> exiting...
> unhandled exception:error:(("mescc: file not found: \"arm-mes/libc+gnu.a\""))
> Backtrace:

Oh, oops, that's a "feature"...

> How come?

build-aux/build-lib.sh skips building of the large gnu library when
using courage.  The idea was that to save the build time of libc+ gnu
until all tests 00-* to 80-* pass, we the courage flag can be removed.

--8<---------------cut here---------------start------------->8---
...
archive libc+tcc.a $libc_tcc_SOURCES
cp libc+tcc.a $mes_cpu-mes
if test -e libc+tcc.s; then
    cp libc+tcc.s $mes_cpu-mes
fi

if $courageous; then
    exit 0
fi

archive libc+gnu.a $libc_gnu_SOURCES
...
--8<---------------cut here---------------end--------------->8---

I added it when working on the Hurd, I did not want to build libc+gnu
all the time.  WDYT?

janneke

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]