Hi NXP,
OS: Ubuntu 20.04
LSDK: 21.08
I want to build apps for debian. But there is an error when building fmc.
flex-builder -i mkrfs -r debian -a arm64
flex-builder -c apps -r debian
The error code:
a - spa/fm_sp_private.o
a - spa/htbl.o
a - spa/lex._fmsp_assembler_yy.o
/usr/lib/gcc-cross/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/bin/ld: cannot find -lxml2
collect2: error: ld returned 1 exit status
I have installed libxml2-dev, but it doesn't work.