Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Sagaert Johan <sagaert.johan@skynet.be>
To: buildroot@busybox.net
Subject: [Buildroot] issue with gcc 4.4.0 & sqllite  & U-boot
Date: Mon, 8 Jun 2009 14:38:17 +0200	[thread overview]
Message-ID: <6016AF82C3F04F2584DF63620FA0600D@apexjs> (raw)

Hi
 
When building with the GCC 4.4.0 toolchain i noticed that sqllite no longer
works.
 
When executing mysql i got :
#mysql 
Can't modify /usr/lib/libstdc++.so.6's text section. Use GCC option -fPIC
for shared objects, please.
#
 
I  already have enabled PIC in building uclibc but it still has not solved
this.
Is there another place in buildroot where i could change something ?
 
 
 
The second issue is that u-boot no longer builds with GCC 4.4.0
 
the weak attribute yields an error when used with inline. 
 
void inline show_boot_progress (int val) __attribute__((weak,
alias("__show_boot_progress")));
 
should become
 
void show_boot_progress (int val) __attribute__((weak,
alias("__show_boot_progress")));
 
 
Johan
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090608/6fd97745/attachment.htm>

             reply	other threads:[~2009-06-08 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-08 12:38 Sagaert Johan [this message]
2009-06-08 12:49 ` [Buildroot] issue with gcc 4.4.0 & sqllite & U-boot Peter Korsgaard

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=6016AF82C3F04F2584DF63620FA0600D@apexjs \
    --to=sagaert.johan@skynet.be \
    --cc=buildroot@busybox.net \
    /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