Hi All,
I am working on LS1043 board, while cross-compiling for my application, I got an error as
cannot find -lpci
it means pci library is missing from /opt/fsl-qoriq/3.1/sysroots/aarch64-fsl-linux/usr/lib.
For my board pciutils library is present in the following path
~/distro/build_ls1043ardb/tmp/work/aarch64-fsl-linux/pciutils/3.7.0-r0/pciutils-3.7.0/lib
but it is not linking while cross-compiling.
How can I link this path or how can I get these libraries in /opt/fsl-qoriq/3.1/sysroots/aarch64-fsl-linux/usr/lib.
Please help me
Solved! Go to Solution.
Please copy files in build_ls1043ardb/tmp/work/aarch64-fsl-linux/pciutils/3.7.0-r0/image/usr/lib/ in /opt/fsl-qoriq/3.1/sysroots/aarch64-fsl-linux/usr/lib manually.
Please copy files in build_ls1043ardb/tmp/work/aarch64-fsl-linux/pciutils/3.7.0-r0/image/usr/lib/ in /opt/fsl-qoriq/3.1/sysroots/aarch64-fsl-linux/usr/lib manually.