Home
Products
Trainings
Support
Blogs
More
Solutions to your doubts are just one click away. Just select the appropriate category and ask questions. You can also reply to the answers you are already aware.
arm-poky-linux-musleabi-gcc: error: libgomp.spec: No such file or directory
in your yocto setup go to below path and get the file with name "./usr/lib/libgomp.spec"
build/tmp/work/cortexa5hf-neon-poky-linux-musleabi/gcc-runtime/7.3.0-r0/image$
copy the file "libgomp.spec" to below paths
/opt/poky-tiny/2.5.2/sysroots/cortexa5hf-neon-poky-linux-musleabi/usr/lib/.debug/
and
/opt/poky-tiny/2.5.2/sysroots/cortexa5hf-neon-poky-linux-musleabi/usr/lib/
and run the toolchain and cross compile it.
same error is coming even if followed the above
in your yocto setup go to below path and get the file with name "./usr/lib/libgomp.spec"
build/tmp/work/cortexa5hf-neon-poky-linux-musleabi/gcc-runtime/7.3.0-r0/image$
copy the file "libgomp.spec" to below paths
/opt/poky-tiny/2.5.2/sysroots/cortexa5hf-neon-poky-linux-musleabi/usr/lib/.debug/
and
/opt/poky-tiny/2.5.2/sysroots/cortexa5hf-neon-poky-linux-musleabi/usr/lib/
and run the toolchain and cross compile it.