|
From: Mohita S. - E. H. T. <moh...@hc...> - 2015-06-22 05:33:05
|
Hi, I want to use sox library on Intel Edison platform. I am trying to cross compile sox library version sox-14.4.2 for the target i586-poky-linux from Ubuntu12.04.5. I am using the following steps. 1) Executed the toolchain environment setup file source /opt/poky-edison/1.6.1/environment-setup-core2-32-poky-linux 2) CC=i586-poky-linux-gcc ./configure --host=i586-poky-linux --prefix=/home/hcl/Install/sox 3) make I am getting the following error messages while linking. Please let us know if you have pointers to resolve this issue. libtool: link: warning: library `/opt/poky-edison/1.6.1/sysroots/core2-32-poky-linux/usr/lib/libltdl.la' was moved. libtool: link: warning: library `/opt/poky-edison/1.6.1/sysroots/core2-32-poky-linux/usr/lib/libpng.la' was moved. libtool: link: warning: library `/opt/poky-edison/1.6.1/sysroots/core2-32-poky-linux/usr/lib/libmagic.la' was moved. libtool: link: warning: library `/opt/poky-edison/1.6.1/sysroots/core2-32-poky-linux/usr/lib/libFLAC.la' was moved. /bin/grep: /usr/lib/libogg.la: No such file or directory sed: can't read /usr/lib/libogg.la: No such file or directory libtool: link: `/usr/lib/libogg.la' is not a valid libtool archive make[1]: *** [libsox.la] Error 1 make[1]: Leaving directory `/home/hcl/Work/sox-14.4.2/src' make: *** [all-recursive] Error 1 Regards Mohita ::DISCLAIMER:: ---------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ---------------------------------------------------------------------------------------------------------------------------------------------------- |