Have a great day,
Using the SDK one can build bare metal applications like u-boot, Linux Kernel. But it is possible because they do not need C library and they implement C library functions they need. So in general the QorIQ SDK v2.0 be can used to build stand alone executables (non-Linux) for the QorIQ processors but you have to avoid using functions from the standard C/C++ library.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------