Topic : How do I use small printf in a lib project?

Forum : ARM

Original Post
Post Information Post
January 24, 2012 - 3:17pm
Guest

I am building a library project, and want to use sprintf.

By default, this links to the gcc library and gives me a linker error, However, I want to link to the small printf library supplied in $(RkitLib)\Arm. The

Replies
Post Information Post
+1
0
-1
January 24, 2012 - 6:27pm
Raisonance Support Team

Hi,

there is an example for that in C:\Program Files\Raisonance\Ride\lib\ARM\small_printf.

Enjoy!