Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou need %llx to match a 64bit value on the Nios (and most 32bit systems).
For portability use int64_t and PRId64 from inttypes.h.You need %llx to match a 64bit value on the Nios (and most 32bit systems).
For portability use int64_t and PRId64 from inttypes.h.