All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: problem with ADT
       [not found] <1643188288.7336734.1439999247879.JavaMail.yahoo@mail.yahoo.com>
@ 2015-08-19 15:50 ` Edward Vidal
  0 siblings, 0 replies; only message in thread
From: Edward Vidal @ 2015-08-19 15:50 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2761 bytes --]

I might of sent to wrong mailing list sorry! Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613

      On Wednesday, August 19, 2015 9:47 AM, Edward Vidal <develone@sbcglobal.net> wrote:
   

 Hello all,I need to cross compile several packages which I do not have bitbake recipes.
I have added several items to core-image-sato.  After creating the image I do the following to create a tool chain:1. "bitbake core-image-sato -c populate_sdk"(Then I setup the tool chain)
2. "sudo poky-glibc-x86_64-core-image-sato-cortexa7hf-vfp-vfpv4-neon-toolchain-1.8+snapshot.sh" which was created with the step 13. "source /opt/poky/1.8+snapshot/environment-setup-cortexa7hf-vfp-vfpv4-neon-poky-linux-gnueabi"4. "./configure --disable-lua --enable-opencv=no --disable-libgcrypt --enable-run-as-root ${CONFIGURE_FLAG}Most of the packages I have tried I get this warning.
configure: WARNING: unrecognized options: --with-libtool-sysroot
From the ADT manual section 5.1.2 I tried the following.I am have trouble with the lines understanding the lines aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \
[-I dir_containing_your_project-specific_m4_macros]

5.)
libtoolize --automake
aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \
[-I /home/vidal/wkg/adt_tests/vlc-2.1.4/m4]
autoconf
autoheader
automake -a
6.)  (Running the command step 4 the configure warning is gone)
libvlc configuration
--------------------
version               : 2.1.4
system                : linux
architecture          : arm
optimizations         : yes
vlc aliases           : cvlc rvlc qvlc svlc nvlc

To build vlc and its plugins, type `make', or `./compile' if you like nice colors.When I try to do the make I get the following error.
vidal@ws009:~/wkg/adt_tests/vlc-2.1.4$ make 
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/vidal/wkg/adt_tests/vlc-2.1.4/autotools/missing aclocal-1.14 -I m4
/home/vidal/wkg/adt_tests/vlc-2.1.4/autotools/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [aclocal.m4] Error 127

Thanks in advance.
 Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613



[-- Attachment #2: Type: text/html, Size: 7831 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-19 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1643188288.7336734.1439999247879.JavaMail.yahoo@mail.yahoo.com>
2015-08-19 15:50 ` Fw: problem with ADT Edward Vidal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.