On Sun, Mar 15, 2015 at 10:03 PM, Priya Agarwal <[email protected]> wrote: > EXTRA_OECONF_append = " LDFLAGS = "-L/usr/lib/" \ > LIBS="-lusdpaa_dma -lusdpaa_dma_mem -lusdpaa_of -lusdpaa_fman > -lusdpaa_qbman -lusdpaa_syscfg" \ > CXXFLAGS="-I/usr/include/""
you missed '=' before /usr/lib and /usr/include specs there. '=' makes is sysroot relative -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
