Hi @ace12!
Thank you for contacting NXP Support!
Try to clean the compilation of pseudo using the command " bitbake -c clean pseudo " and try to compile the SDK again.
If the problem persists, try to update your packages using " sudo apt update " and " sudo apt upgrade ".
Ensure that you have all the packages needed to compile.
Essential Yocto Project host packages are:
$ sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \
chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \
iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
python3-subunit mesa-common-dev zstd liblz4-tool file locales -y
$ sudo locale-gen en_US.UTF-8
I compiled pseudo without errors, check the log attached
Best Regards!
Chavira