Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHow to solve NIOS and C++ problem with alt_remap_uncached
I'm using NIOSII eds for an app in my SOC. I'd like to use C++, but I'm having problems even getting it started. What am I missing here? extern "C" {# include <stdio.h># include "system.h"...
Altera_Forum
Honored Contributor
12 years agoMany thanks. That fixed it.
alt_remap_uncached must have been getting included somewhere else without the alt_cache.h in the .c version because it worked fine without it. It only presented a problem when I changed it to .cpp. But when I add the sys/alt_cache that made it all work. Many thanks again.