Hello Alan:
What target device are you using? Is this CW v6.3 for MCU or CW v6.3 for Coldfire?
The built EWL libraries do not include extended functions, but I think the source is provided so you can 1) Rebuild the libraries or 2) Include the source file + header file in your project and build.
In my case with CodeWarrior for MCUs v6.3, I found the ultoa() function in the file "extras.c". The relevant files are in these paths:
- C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\ColdFire_Support\ewl\EWL_C\src\extras\extras.c
- C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\ColdFire_Support\ewl\EWL_C\include\extras\extras.h
So you can copy "extras.c" and "extras.h" to your project to have that function.
PS. Please always post to a specialized space, such as Classic/Legacy CodeWarrior, otherwise your question has very low visibility for the community.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------