|
do compile error while installing openjdk-8 (meta-java)
#dunfell
#yocto
Hi, I'm trying to install openjdk-8 from meta-java layer, but I got below error while installing it. Please anyone help me with this error. | g++: error: unrecognized command line option ‘-fmacro-pref
Hi, I'm trying to install openjdk-8 from meta-java layer, but I got below error while installing it. Please anyone help me with this error. | g++: error: unrecognized command line option ‘-fmacro-pref
|
By
Vijay Rakesh Munganda
· #52331
·
|
|
[Meta-Java] Error while installing jamvm
#yocto
#dunfell
Hi, I have download meta-java layer and added to the conf/bblayer.conf file, then added jamvm to conf/local.conf file and ran bitbake command, but I got this error as "Nothing RPROVIDES 'jamvm' (but /
Hi, I have download meta-java layer and added to the conf/bblayer.conf file, then added jamvm to conf/local.conf file and ran bitbake command, but I got this error as "Nothing RPROVIDES 'jamvm' (but /
|
By
Vijay Rakesh Munganda
· #52291
·
|
|
configure: error: C compiler cannot create executables
#dunfell
#toolchain
#yocto
Hi, I'm running cmake to build shared libraries, but cmake gives me following error. Please suggest me. | checking whether make supports the include directive... yes (GNU style) | checking for gcc...
Hi, I'm running cmake to build shared libraries, but cmake gives me following error. Please suggest me. | checking whether make supports the include directive... yes (GNU style) | checking for gcc...
|
By
Vijay Rakesh Munganda
· #52211
·
|
|
CMake cannot find installed package
#yocto
Hi, I had installed a library into the build by writing my own recipe, but cmake couldn't find my installed package. Please anyone suggest what I have to add in my recipe? CMake Error at recipe-sysroo
Hi, I had installed a library into the build by writing my own recipe, but cmake couldn't find my installed package. Please anyone suggest what I have to add in my recipe? CMake Error at recipe-sysroo
|
By
Vijay Rakesh Munganda
· #52108
·
|
|
requesting help
Hi Paul, I apologise, thanks for the correction. Thanks & Regards, Vijay Rakesh
Hi Paul, I apologise, thanks for the correction. Thanks & Regards, Vijay Rakesh
|
By
Vijay Rakesh Munganda
· #52023
·
|
|
requesting help
Hi Ravi, Below links might help you, choose one of the them you need. Download and add this recipe into the your build and recipe name to IMAGE_INSTALL_append in local.conf file. https://layers.openem
Hi Ravi, Below links might help you, choose one of the them you need. Download and add this recipe into the your build and recipe name to IMAGE_INSTALL_append in local.conf file. https://layers.openem
|
By
Vijay Rakesh Munganda
· #52019
·
|
|
Unable to add pre compiled library
#yocto
Is re compiling the .so file is correct? I found one solution online, tried to recompile and my build is got successful. do_compile(){ ${CXX} -shared -o libopentok.so ${S}/lib/libopentok.so } Thanks,
Is re compiling the .so file is correct? I found one solution online, tried to recompile and my build is got successful. do_compile(){ ${CXX} -shared -o libopentok.so ${S}/lib/libopentok.so } Thanks,
|
By
Vijay Rakesh Munganda
· #51993
·
|
|
Unable to add pre compiled library
#yocto
I had tried your suggestion and bitbake started to reinstall all packages but facing the same issue. Bitbake doesn't show any progress. meta-clang = "dunfell:e63d6f9abba5348e2183089d6ef5ea384d7ae8d8"
I had tried your suggestion and bitbake started to reinstall all packages but facing the same issue. Bitbake doesn't show any progress. meta-clang = "dunfell:e63d6f9abba5348e2183089d6ef5ea384d7ae8d8"
|
By
Vijay Rakesh Munganda
· #51991
·
|
|
Unable to add pre compiled library
#yocto
Hi Raj, I had downloaded complete meta-clang and ran bitbake then I got an error message as layer is not compatible with dunfell version. Then I had downloaded libcxx recipe and added into the build,
Hi Raj, I had downloaded complete meta-clang and ran bitbake then I got an error message as layer is not compatible with dunfell version. Then I had downloaded libcxx recipe and added into the build,
|
By
Vijay Rakesh Munganda
· #51978
·
|
|
Unable to add pre compiled library
#yocto
Hi, I'm trying to install a pre-compiled library, but I got an error as follows. I had tried to add libcxx from meta-clang, but it doesn't compatible with Yocto dunfell version. Is there another way t
Hi, I'm trying to install a pre-compiled library, but I got an error as follows. I had tried to add libcxx from meta-clang, but it doesn't compatible with Yocto dunfell version. Is there another way t
|
By
Vijay Rakesh Munganda
· #51976
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokb
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokb
|
By
Vijay Rakesh Munganda
· #51959
·
|
|
Unable to extract tar file
#dunfell
#yocto
Thank you! it worked. Thanks, Vijay Rakesh.
Thank you! it worked. Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51950
·
|
|
Unable to extract tar file
#dunfell
#yocto
This is the path to libopentok.so tmp/work/aarch64-poky-linux/tokbox/1.0-r0/libopentok_linux_llvm_arm64/lib/ Thanks, Vijay Rakesh.
This is the path to libopentok.so tmp/work/aarch64-poky-linux/tokbox/1.0-r0/libopentok_linux_llvm_arm64/lib/ Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51945
·
|
|
Unable to extract tar file
#dunfell
#yocto
By changing to S = "${WORKDIR}/libopentok_linux_llvm_arm64" error got eliminated, thank you. Now, how can I install the file under opentok_linux_llvm_arm64/lib/libopentok.so into the rootfs? I tried t
By changing to S = "${WORKDIR}/libopentok_linux_llvm_arm64" error got eliminated, thank you. Now, how can I install the file under opentok_linux_llvm_arm64/lib/libopentok.so into the rootfs? I tried t
|
By
Vijay Rakesh Munganda
· #51939
·
|
|
Unable to extract tar file
#dunfell
#yocto
I figured out URL is hyperlinked with another URL. When I use a hyperlinked URL it is getting copied and extracted into the working directory. Thanks. Thanks, Vijay Rakesh.
I figured out URL is hyperlinked with another URL. When I use a hyperlinked URL it is getting copied and extracted into the working directory. Thanks. Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51938
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi Paul Barker, No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory. I'm Yocto Project Dunfell version. Thanks, Vijay Rakesh.
Hi Paul Barker, No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can only see it in the downloads directory. I'm Yocto Project Dunfell version. Thanks, Vijay Rakesh.
|
By
Vijay Rakesh Munganda
· #51933
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi Zoran, Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to ext
Hi Zoran, Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to ext
|
By
Vijay Rakesh Munganda
· #51930
·
|
|
Unable to extract tar file
#dunfell
#yocto
Anyone, please suggest. Thanks, Vijay Rakesh
Anyone, please suggest. Thanks, Vijay Rakesh
|
By
Vijay Rakesh Munganda
· #51928
·
|
|
Unable to extract tar file
#dunfell
#yocto
Hi All, I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went wrong. Recipe: DE
Hi All, I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went wrong. Recipe: DE
|
By
Vijay Rakesh Munganda
· #51911
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi Khem Raj, I had checked, but I couldn’t find any such option in .bb file. As I’m to new to Yocto, can you kindly please tell me how to remove man page option. Thanks & Regards, Vijay Rakesh
Hi Khem Raj, I had checked, but I couldn’t find any such option in .bb file. As I’m to new to Yocto, can you kindly please tell me how to remove man page option. Thanks & Regards, Vijay Rakesh
|
By
Vijay Rakesh Munganda
· #51756
·
|