This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CLooG build error


With these two changes I'm able to build an arm toolchain for
barebones with checking enabled and it even generates valid object
code! I was able to link and run functions out of a .a with an
existing app using another proprietary toolchain.

Chris


On Sun, Jan 29, 2012 at 5:52 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Johannes, All,
>
> On Sunday 29 January 2012 11:10:30 Johannes Stezenbach wrote:
>> > On Thursday 26 January 2012 16:40:59 Johannes Stezenbach wrote:
>> > > diff -r 188d58cfe7cf configure.ac
>> > > --- a/configure.ac ? ? ? ?Mon Jan 16 23:45:16 2012 +0100
>> > > +++ b/configure.ac ? ? ? ?Thu Jan 26 16:38:57 2012 +0100
>> > > @@ -203,7 +203,7 @@
>> > > ? ? ? ? ? ? ? ? ? ? ? ? [Specify the full PATH to GNU libtoolize >= 1.5.26]),
>> > > ? ? ? ? ?[ac_cv_path_LIBTOOLIZE=$withval])])
>> > > ?AC_CACHE_CHECK([for GNU libtoolize >= 1.5.26], [ac_cv_path_LIBTOOLIZE],
>> > > - ? ?[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtool],
>> > > + ? ?[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtoolize],
>> > > ? ? ? ? ?[[LIBTOOLIZE_ver=$($ac_path_LIBTOOLIZE --version 2>&1 \
>> > > ? ? ? ? ? ? ? ? ? ? ? ? ?|$EGREP '\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)')
>> > > ? ? ? ? ? ?test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTOOLIZE=$ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=:]],
>> Signed-off-by: Johannes Stezenbach <js@sig21.net>
>
> Applied as #6a7dfa57d63a. Thank you!
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | ?Yann E. MORIN ?| Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software ?Designer | \ / CAMPAIGN ? ? | ?___ ? ? ? ? ? ? ? |
> | +33 223 225 172 `------------.-------: ?X ?AGAINST ? ? ?| ?\e/ ?There is no ?|
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL ? ?| ? v ? conspiracy. ?|
> '------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]