I have downloaded and sucessfully used the NDK2.1 libs with an EVM6472 and BIOS6. What I would like to do is remove all instances of printf's in NDK, and possibly replace them with LOG_Print's.
My first attempt was to just add the source which cam in the tar file, and added it to my project. This caused all sorts of issues since all of the header files in the source appears to be BIOS5 based, and not BIOS6. After I managed to replace all of the BIOS5 headers with BIOS6 headers, then came all of the errors duw to the API differences (I am guessing). Now it is getting beyond my ability to fix in a short amount of time.
Is there a proper way to rebuild the NDK for BIOS6 of which I am unaware, and have been unable to track down on either the wiki or the forum?