[Buildroot] can't compile mplayer for ARM with actual buildroot 5a6f6bfe885754955b615ca9353baa3496682c6f

Kelvin Cheung keguang.zhang at gmail.com
Thu Dec 16 03:21:01 UTC 2010


Hi Belisko,

The ARMv4(including arm920t) does not support pld instruction.
So, try to patch armv4l/dsputil_arm_s.S with following code:

#if !HAVE_PLD
.macro pld reg
.endm
#endif

2010/12/15 Belisko Marek <marek.belisko at gmail.com>

> Hi,
>
> On Tue, Dec 14, 2010 at 1:56 AM, Peter Korsgaard <jacmet at uclibc.org>
> wrote:
> >>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> writes:
> >
> >  Thomas> On Mon, 13 Dec 2010 19:30:57 +0100
> >  Thomas> Belisko Marek <marek.belisko at gmail.com> wrote:
> >
> >  >> Sorry for spamming. My mistake. I accidently select arm920 not
> arm926t.
> >  >> It's correct now.
> >
> >  Thomas> Well, even with arm920 it should still build. But I'd prefer to
> look at
> >  Thomas> those issues once the newer mplayer package is merged, since it
> has
> >  Thomas> quite significantly improved how processor-specific
> optimizations are
> >  Thomas> handled.
> >
> > It's merged now. Care to retest?
> retest with latest HEAD (update yesterday) but mplayer isn't build for
> arm920
> (same ASM problem like reported)
> >
> > --
> > Bye, Peter Korsgaard
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> >
>
> thanks,
>
> marek
>
> --
> as simple and primitive as possible
> -------------------------------------------------
> Marek Belisko - OPEN-NANDRA
> Freelance Developer
>
> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> Tel: +421 915 052 184
> skype: marekwhite
> icq: 290551086
> web: http://open-nandra.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>



-- 
Best Regards!
Kelvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101216/19a54b39/attachment.html>


More information about the buildroot mailing list