All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Vidal <develone@sbcglobal.net>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Fw: problem with ADT
Date: Wed, 19 Aug 2015 15:50:49 +0000 (UTC)	[thread overview]
Message-ID: <143795602.3440105.1439999449477.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <1643188288.7336734.1439999247879.JavaMail.yahoo@mail.yahoo.com>

[-- 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 --]

           reply	other threads:[~2015-08-19 15:50 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1643188288.7336734.1439999247879.JavaMail.yahoo@mail.yahoo.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=143795602.3440105.1439999449477.JavaMail.yahoo@mail.yahoo.com \
    --to=develone@sbcglobal.net \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.