Are you cross compiling? If yes, you should use: --host=arm-linux-gnueabihf(change for your cross compiler)
For my case I use: ./configure --disable-a52 --disable-mmx --disable-sse --enable-run-as-root --enable-alsa --disable-dvdnav --disable-dvdread --disable-bluray --disable-crystalhd --with-tuning=cortex-a8 --host=arm-linux-gnueabihf --prefix=/home/vini/projs/vlc/target --disable-qt4 Em sexta-feira, 13 de setembro de 2013 14h01min22s UTC-3, crown escreveu: > > I tried to compile VLC from source on the BBB angstrom distro last night. > I did this because there doesn't seem to be a package for it anymore in > opkg. However, I ran into a problem where the configure output for the > Makefile is an ELF and isn't recognized by the `make` command. In > particular, I ran the following: > > ./configure --disable-lua --disable-mad --disable-glx > > VLC recognized the distro as being arm and it finished configuring with no > errors reported. However, when I go to `make`, I get an immediate error: > > Makefile:1: warning: NUL character seen; rest of line ignored > Makefile:1: *** missing separator. Stop. > > Has anyone successfully compiled VLC from source on a recent Angstrom > distro? And does anyone see a way around this output? > > Thanks. > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
