arm-poky-linux-musleabi-gcc: error: libgomp.spec: No such file or directory
1Ganesh KFeb 16in 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.
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