Altera_Forum
Honored Contributor
17 years agoPrintf - code generation problem?
The default version alt_printf.c is very basic.
I am trying to use my own version which has been tested on windows and another embedded system. (see attachment) It seems wherever my code uses *varg++ to get the next parameter from the format list the code is just returning the value of varg. Has someone else experienced similar problems with dereferencing pointers?