* Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
@ 2015-07-09 5:52 Srinivasan S
2015-07-10 6:38 ` Clemens Ladisch
0 siblings, 1 reply; 7+ messages in thread
From: Srinivasan S @ 2015-07-09 5:52 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: alsa-devel@alsa-project.org
Dear Clemens,
Am trying to cross compile, could you pls help me out for cross_compiling
Am facing some configuration issue as shown below
srinivasan@tata-HP-Elite-7100-Microtower-PC:~/alsa-plugins-1.0.29$ ./configure --host=arm-linux CC=/opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc --prefix=/home/srinivasan/alsa-plugins-1.0.29/
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for arm-linux-gcc... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc accepts -g... yes
checking for /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/arm-linux-gnueabihf/bin/ld
checking if the linker (/opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/arm-linux-gnueabihf/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for arm-linux-dumpbin... no
checking for arm-linux-link... no
checking for dumpbin... no
checking for link... link -dump
configure: WARNING: using cross tools not prefixed with host triplet
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/arm-linux-gnueabihf/bin/ld option to reload object files... -r
checking for arm-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for arm-linux-strip... strip
checking for arm-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse nm output from /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc object... ok
checking for sysroot... no
checking for arm-linux-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
checking if /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc static flag -static works... yes
checking if /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc supports -c -o file.o... yes
checking if /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
checking whether the /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc linker (/opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/arm-linux-gnueabihf/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
./configure: line 11534: CC_NOUNDEFINED: command not found
checking for arm-linux-pkg-config... no
checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALSA... no
configure: error: Package requirements (alsa >= 1.0.11) were not met:
No package 'alsa' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ALSA_CFLAGS
and ALSA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
srinivasan@tata-HP-Elite-7100-Microtower-PC:~/alsa-plugins-1.0.29$
Thanks
Srini
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
2015-07-09 5:52 Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so Srinivasan S
@ 2015-07-10 6:38 ` Clemens Ladisch
2015-07-10 7:27 ` Srinivasan S
0 siblings, 1 reply; 7+ messages in thread
From: Clemens Ladisch @ 2015-07-10 6:38 UTC (permalink / raw)
To: alsa-devel
Srinivasan S wrote:
> ...
> checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for ALSA... no
> configure: error: Package requirements (alsa >= 1.0.11) were not met:
Well, did you cross-compile alsa-lib?
Regards,
Clemens
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
2015-07-10 6:38 ` Clemens Ladisch
@ 2015-07-10 7:27 ` Srinivasan S
2015-07-10 12:05 ` Clemens Ladisch
0 siblings, 1 reply; 7+ messages in thread
From: Srinivasan S @ 2015-07-10 7:27 UTC (permalink / raw)
To: Clemens Ladisch, alsa-devel@alsa-project.org
Thanks a lot for your responses, I was eagerly waiting for your replies,
Am sorry, as am poor in alsa
Could you please help me out in resolving this issue
root@lifeline:/# vi etc/asound.conf
pcm.rawjack {
type jack
playback_ports {
0 system:playback_1
1 system:playback_2
}
capture_ports {
0 system:capture_1
1 system:capture_2
}
}
pcm.jack {
type plug
slave { pcm "rawjack" }
hint {
description "JACK Audio Connection Kit"
}
}
pcm.!default {
type plug
slave { pcm "rawjack" }
}
root@lifeline:/opt/tunstall/audio# aplay -D pcm.jack TangoForTajMusic11.wav
ALSA lib /home/jenkins/amsdk-nightly-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/cortexa8t2hf-vfp-neon-oe-linux-gnueabi/alsa-lib/1.0.27.2-r0/alsa-lib-1.0.27.2/src/dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
aplay: main:722: audio open error: No such device or address
root@lifeline:/opt/tunstall/audio#
Even I installed libasound2-dev in my linux host machine still the same issue
srinivasan@tata-HP-Elite-7100-Microtower-PC:~/alsa-plugins-1.0.29$ ./configure --prefix=/home/srinivasan/alsa-plugins-1.0.29/exes --host=arm-arago-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ANSI C header files... (cached) yes
./configure: line 11534: CC_NOUNDEFINED: command not found
checking for arm-arago-linux-gnueabi-pkg-config... no
checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALSA... no
configure: error: Package requirements (alsa >= 1.0.11) were not met:
No package 'alsa' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ALSA_CFLAGS
and ALSA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Am sorry I wrongly understood, where I get libasound_module_pcm_jack.so is it in alsa-lib?? or alsa-plugins??, I just blindly tried cross compiling alsa-plugins-1.0.29 with above errors, without cross compiling alsa-lib 1.0.27.2-r0, does this alsa lib version supports this library???
I have never cross_compiled alsa-lib 1.0.27.2-r0 am using the alsa-lib version which is provided in ti sdk 8 BSP's
Could you please help me out first how to cross_compile alsa-lib 1.0.27.2-r0 version??? & then alsa-plugins
Many Thanks in advance..
________________________________________
From: alsa-devel-bounces@alsa-project.org <alsa-devel-bounces@alsa-project.org> on behalf of Clemens Ladisch <clemens@ladisch.de>
Sent: Friday, July 10, 2015 12:08 PM
To: alsa-devel@alsa-project.org
Subject: Re: [alsa-devel] Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
Srinivasan S wrote:
> ...
> checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for ALSA... no
> configure: error: Package requirements (alsa >= 1.0.11) were not met:
Well, did you cross-compile alsa-lib?
Regards,
Clemens
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
2015-07-10 7:27 ` Srinivasan S
@ 2015-07-10 12:05 ` Clemens Ladisch
2015-07-10 12:15 ` Srinivasan S
2015-07-28 5:23 ` Srinivasan S
0 siblings, 2 replies; 7+ messages in thread
From: Clemens Ladisch @ 2015-07-10 12:05 UTC (permalink / raw)
To: Srinivasan S, alsa-devel@alsa-project.org
(please don't top-post)
Srinivasan S wrote:
>> Srinivasan S wrote:
>>> ...
>>> checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for ALSA... no
>>> configure: error: Package requirements (alsa >= 1.0.11) were not met:
>>
>> Well, did you cross-compile alsa-lib?
>
> I have never cross_compiled alsa-lib 1.0.27.2-r0 am using the alsa-lib version which is provided in ti sdk 8 BSP's
That pkg-config does not know about "alsa". Apparently, TI's SDK did
not install alsa.pc together with the rest of alsa-lib.
Report this bug to TI.
As a workaround, try cross-compiling alsa-lib yourself.
Regards,
Clemens
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
2015-07-10 12:05 ` Clemens Ladisch
@ 2015-07-10 12:15 ` Srinivasan S
2015-07-28 5:23 ` Srinivasan S
1 sibling, 0 replies; 7+ messages in thread
From: Srinivasan S @ 2015-07-10 12:15 UTC (permalink / raw)
To: Clemens Ladisch, alsa-devel@alsa-project.org
am sorry Clemens will not top post once again
Thanks a lot for your support as am alone working in alsa in my team & newbie to it
Thanks,
Srinivasan S
________________________________________
From: Clemens Ladisch <clemens@ladisch.de>
Sent: Friday, July 10, 2015 5:35 PM
To: Srinivasan S; alsa-devel@alsa-project.org
Subject: Re: [alsa-devel] Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
(please don't top-post)
Srinivasan S wrote:
>> Srinivasan S wrote:
>>> ...
>>> checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for ALSA... no
>>> configure: error: Package requirements (alsa >= 1.0.11) were not met:
>>
>> Well, did you cross-compile alsa-lib?
>
> I have never cross_compiled alsa-lib 1.0.27.2-r0 am using the alsa-lib version which is provided in ti sdk 8 BSP's
That pkg-config does not know about "alsa". Apparently, TI's SDK did
not install alsa.pc together with the rest of alsa-lib.
Report this bug to TI.
As a workaround, try cross-compiling alsa-lib yourself.
Regards,
Clemens
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
2015-07-10 12:05 ` Clemens Ladisch
2015-07-10 12:15 ` Srinivasan S
@ 2015-07-28 5:23 ` Srinivasan S
2015-07-28 6:59 ` Clemens Ladisch
1 sibling, 1 reply; 7+ messages in thread
From: Srinivasan S @ 2015-07-28 5:23 UTC (permalink / raw)
To: Clemens Ladisch, alsa-devel@alsa-project.org
Dear Clemens,
I have cross_compiled on my own the alsa-lib-1.0.26 & I am seeing "alsa.pc" in the pkgconfig
does this alsa-lib-version supports libasound_module_pcm_jack.so, but am unable to find in this alsa-lib verison, will I get the libasound_module_pcm_jack.so in any of the latest alsa-lib verison apart from this version
srinivasan@tata-HP-Elite-7100-Microtower-PC:~/alsa_libraries/alsa-lib-1.0.26/binaries/lib/pkgconfig$ ls
alsa.pc
srinivasan@tata-HP-Elite-7100-Microtower-PC:~/alsa_libraries/alsa-lib-1.0.26/binaries/lib/pkgconfig$
Could you please kindly help me out, Is it possible to get libasound_module_pcm_jack.so, if I cross_compile alsa-plugins inorder to get the libasound_module_pcm_jack.so
Can you please provide the build command to cross_compile alsa_plugins & get the libasound_module_pcm_jack.so,
Kindly do the needful as early as possible
________________________________________
From: Clemens Ladisch <clemens@ladisch.de>
Sent: Friday, July 10, 2015 5:35 PM
To: Srinivasan S; alsa-devel@alsa-project.org
Subject: Re: [alsa-devel] Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so
(please don't top-post)
Srinivasan S wrote:
>> Srinivasan S wrote:
>>> ...
>>> checking for pkg-config... /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin//pkg-config
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for ALSA... no
>>> configure: error: Package requirements (alsa >= 1.0.11) were not met:
>>
>> Well, did you cross-compile alsa-lib?
>
> I have never cross_compiled alsa-lib 1.0.27.2-r0 am using the alsa-lib version which is provided in ti sdk 8 BSP's
That pkg-config does not know about "alsa". Apparently, TI's SDK did
not install alsa.pc together with the rest of alsa-lib.
Report this bug to TI.
As a workaround, try cross-compiling alsa-lib yourself.
Regards,
Clemens
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-07-28 6:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09 5:52 Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_jack.so Srinivasan S
2015-07-10 6:38 ` Clemens Ladisch
2015-07-10 7:27 ` Srinivasan S
2015-07-10 12:05 ` Clemens Ladisch
2015-07-10 12:15 ` Srinivasan S
2015-07-28 5:23 ` Srinivasan S
2015-07-28 6:59 ` Clemens Ladisch
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.