[mythtv] Error While Cross Compiling SVN Version

Luciano Greiner luciano.greiner at gmail.com
Tue Apr 7 20:47:49 UTC 2009


Hello.

 I am trying to make a Buildroot script to work with mythtv svn
version. I am configuring by this way:

./configure \
--prefix=/usr \
--disable-ccache \
--disable-distcc \
--enable-cross-compile \
--arch=i686 \
--cpu=i686 \
--tune=i686 \
--disable-ipv6 \
--enable-directfb \
--disable-x11 \
--disable-xv

My Buildroot environment is using Uclibc, and i am compiling to a 686 target.

I am receiving the following error during compiling:

...
/mnt/lfs/buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ar:
illegal option -- y
Usage: /mnt/lfs/buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ar
[emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name]
[count] archive-file file...
       /mnt/lfs/buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ar
-M [<mri-script]
 commands:
  d            - delete file(s) from the archive
  m[ab]        - move file(s) in the archive
  p            - print file(s) found in the archive
  q[f]         - quick append file(s) to the archive
  r[ab][f][u]  - replace existing or insert new file(s) into the archive
  t            - display contents of archive
  x[o]         - extract file(s) from the archive
 command specific modifiers:
  [a]          - put file(s) after [member-name]
  [b]          - put file(s) before [member-name] (same as [i])
  [N]          - use instance [count] of name
  [f]          - truncate inserted file names
  [P]          - use full path names when matching
  [o]          - preserve original dates
  [u]          - only replace files that are newer than current archive contents
 generic modifiers:
  [c]          - do not warn if the library had to be created
  [s]          - create an archive index (cf. ranlib)
  [S]          - do not build a symbol table
  [T]          - make a thin archive
  [v]          - be verbose
  [V]          - display the version number
  @<file>      - read options from <file>
 emulation options:
  No emulation specific options
/mnt/lfs/buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ar:
supported targets: elf32-i386 a.out-i386-linux efi-app-ia32
efi-bsdrv-ia32 efi-rtdrv-ia32 elf32-little elf32-big srec symbolsrec
tekhex binary ihex
make[3]: ** [libmythmpeg2-0.22.a] Erro 1
...

Does anyone know what is going on?

Thanks!

Luciano Greiner


More information about the mythtv-dev mailing list