public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* cloog/ppl error
@ 2012-01-23 21:36 Chris Wilkinson
  2012-01-23 21:58 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Wilkinson @ 2012-01-23 21:36 UTC (permalink / raw)
  To: crossgcc

I'm a new user of ct-ng 1.9.3 and an having trouble getting started.
Always get this error (on Ubuntu 11.10 oneiric). Last part of the log
below.


[ALL  ]    osdoprnti.cc:(.text+0x100): undefined reference to
`std::ios_base::Init::~Init()'
[ALL  ]    /home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/static/lib/libgmpxx.a(osdoprnti.o):(.eh_frame+0x6b):
undefined reference to `__gxx_personality_v0'
[ALL  ]    /home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/static/lib/libgmpxx.a(osfuns.o):
In function `__gmp_doprnt_params_from_ios(doprnt_params_t*,
std::basic_ios<char, std::char_traits<char> >&)':
[ALL  ]    osfuns.cc:(.text+0x150): undefined reference to
`std::basic_ios<char, std::char_traits<char> >::fill() const'
[ALL  ]    /home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/static/lib/libgmpxx.a(osfuns.o):
In function `__static_initialization_and_destruction_0(int, int)':
[ALL  ]    osfuns.cc:(.text+0x377): undefined reference to
`std::ios_base::Init::Init()'
[ALL  ]    osfuns.cc:(.text+0x37c): undefined reference to
`std::ios_base::Init::~Init()'
[ALL  ]    collect2: ld returned 1 exit status
[ERROR]    make[2]: *** [cloog] Error 1
[ALL  ]    make[2]: Leaving directory
`/home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/build-cloog-ppl'
[ERROR]    make[1]: *** [all-recursive] Error 1
[ALL  ]    make[1]: Leaving directory
`/home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/build-cloog-ppl'
[ERROR]    Build failed in step 'Installing CLooG/ppl'
[ERROR]    Error happened in
'/home/chrisw/crosstool-ng-1.9.3/scripts/functions' in function
'CT_DoExecLog' (line unknown, sorry)
[ERROR]          called from
'/home/chrisw/crosstool-ng-1.9.3/scripts/build/companion_libs/cloog.sh'
at line # 77 in function 'do_cloog'
[ERROR]          called from
'/home/chrisw/crosstool-ng-1.9.3/scripts/crosstool-NG.sh' at line #
597 in function 'main'
[ERROR]    Look at
'/home/chrisw/x-tools/powerpc-unknown-linux-gnu/build.log' for more
info on this error.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cloog/ppl error
  2012-01-23 21:36 cloog/ppl error Chris Wilkinson
@ 2012-01-23 21:58 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2012-01-23 21:58 UTC (permalink / raw)
  To: crossgcc; +Cc: Chris Wilkinson

Chris, All,

BTW, do not 'test' the mailign list. Just post. If something is wrong,
you'll get a notice about that. And also, allow for a few minutes for
your post to be delivered and show in the archives.

On Monday 23 January 2012 22:35:45 Chris Wilkinson wrote:
> I'm a new user of ct-ng 1.9.3 and an having trouble getting started.

1.9.3 is too old, and no longer maintained/supported. Please upgrade.

> Always get this error (on Ubuntu 11.10 oneiric). Last part of the log
> below.
> 
> 
> [ALL  ]    osdoprnti.cc:(.text+0x100): undefined reference to
> `std::ios_base::Init::~Init()'
> [ALL  ]    /home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/static/lib/libgmpxx.a(osdoprnti.o):(.eh_frame+0x6b):
> undefined reference to `__gxx_personality_v0'
> [ALL  ]    /home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/static/lib/libgmpxx.a(osfuns.o):
> In function `__gmp_doprnt_params_from_ios(doprnt_params_t*,
> std::basic_ios<char, std::char_traits<char> >&)':
> [ALL  ]    osfuns.cc:(.text+0x150): undefined reference to
> `std::basic_ios<char, std::char_traits<char> >::fill() const'
> [ALL  ]    /home/chrisw/crosstool-ng-1.9.3/.build/powerpc-unknown-linux-gnu/build/static/lib/libgmpxx.a(osfuns.o):
> In function `__static_initialization_and_destruction_0(int, int)':
> [ALL  ]    osfuns.cc:(.text+0x377): undefined reference to
> `std::ios_base::Init::Init()'
> [ALL  ]    osfuns.cc:(.text+0x37c): undefined reference to
> `std::ios_base::Init::~Init()'
> [ALL  ]    collect2: ld returned 1 exit status

Can you reproduce with the latest version, or better yet, with a snapshot
of the repository?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-23 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-23 21:36 cloog/ppl error Chris Wilkinson
2012-01-23 21:58 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).