* [Buildroot] Cant get mplayer to build on x86 unless CFLAGS has -fomit-frame-pointer
@ 2007-09-23 7:59 ross beazley
2007-09-28 6:35 ` Adam Hawes
0 siblings, 1 reply; 2+ messages in thread
From: ross beazley @ 2007-09-23 7:59 UTC (permalink / raw)
To: buildroot
Has anyone had success getting mplayer to build on an x86. I had to modify the .mk file to include -fomit-frame-pointer in the CFLAGS.
CFLAGS="$(TARGET_CFLAGS) -fomit-frame-pointer" \
Is this required because of something else going on with uclibc I can look into?
Is there a better way to include this CFLAG?
Would it interfere with other builds and make them break?
Buildroot is a great product, well impressed, keep up the good work! :)
cheers
ross
Lycos email has 300 Megabytes of free storage... Get it now at mail.lycos.co.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Cant get mplayer to build on x86 unless CFLAGS has -fomit-frame-pointer
2007-09-23 7:59 [Buildroot] Cant get mplayer to build on x86 unless CFLAGS has -fomit-frame-pointer ross beazley
@ 2007-09-28 6:35 ` Adam Hawes
0 siblings, 0 replies; 2+ messages in thread
From: Adam Hawes @ 2007-09-28 6:35 UTC (permalink / raw)
To: buildroot
> Has anyone had success getting mplayer to build on an x86. I had to
> modify the .mk file to include -fomit-frame-pointer in the CFLAGS.
>
> CFLAGS="$(TARGET_CFLAGS) -fomit-frame-pointer" \
>
> Is this required because of something else going on with uclibc I can look into?
> Is there a better way to include this CFLAG?
This just arrived at my inbox but it's dated 23/9; you might try
checking your clock :)
Ulf (I think) submitted a patch to do this already; you must be using an
older revision of buildroot. Search the mailing list. It's nothing to
do with uClibc - it was something in uClibc. There is a lengthy
discussion of it.
> Would it interfere with other builds and make them break?
Omitting the frame pointer makes debugging nigh-on impossible.
> Buildroot is a great product, well impressed, keep up the good work! :)
A
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-28 6:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-23 7:59 [Buildroot] Cant get mplayer to build on x86 unless CFLAGS has -fomit-frame-pointer ross beazley
2007-09-28 6:35 ` Adam Hawes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox