-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot stat '.libs/libasound_module_ctl_oss.so' #51
Comments
add some hint for this question, could you kindly help? |
Use |
really appreciate for your help, i have tried to make with v=1, the output like this: and i have grep "LTCC", the output like :
question: |
I see missing lines like:
Manually invoked libtool on x86_64 (no cross) in the oss subdirectory:
Note that your command is different:
So your libtool script does not produce any .so files for a reason without error. |
hello LD="home/magic/work/zeekr_git/zeek/FwToollink/crosstool/gcc-cross-aarch64-8.2.0/toolchain/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ld" CC="/home/magic/work/zeekr_git/zeek/FwToollink/crosstool/gcc-cross-aarch64-8.2.0/toolchain/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc --sysroot=/home/magic/work/zeekr_git/zeek/FwToollink/crosstool/gcc-cross-aarch64-8.2.0/sysroot" ./configure --host=arm-linux --prefix=/home/magic/work/opensource/AVB_TSN/out and i have try to with --enable-shared=yes, the command like it : but can not fix it, |
hello
i have a problem about "make install"
after i compile it with cross-compiler, i want to run make intall, but after make install, some error occured as followed,could you kindly help?
magic@VM-work:alsa-plugins$ make install
Making install in doc
make[1]: Entering directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/doc'
make[2]: Entering directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/doc'
make[1]: Leaving directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/doc'
Making install in oss
make[1]: Entering directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/oss'
make[2]: Entering directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/oss'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/home/magic/work/opensource/AVB_TSN/out/lib/alsa-lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libasound_module_ctl_oss.la '/home/magic/work/opensource/AVB_TSN/out/lib/alsa-lib'
libtool: install: /usr/bin/install -c .libs/libasound_module_ctl_oss.so /home/magic/work/opensource/AVB_TSN/out/lib/alsa-lib/libasound_module_ctl_oss.so
/usr/bin/install: cannot stat '.libs/libasound_module_ctl_oss.so': No such file or directory
make[2]: *** [Makefile:411: install-asound_module_ctl_ossLTLIBRARIES] Error 1
make[2]: Leaving directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/oss'
make[1]: *** [Makefile:646: install-am] Error 2
make[1]: Leaving directory '/home/magic/work/opensource/AVB_TSN/alsa-plugins/alsa-plugins/oss'
make: *** [Makefile:443: install-recursive] Error 1
The text was updated successfully, but these errors were encountered: