Altera_Forum
Honored Contributor
20 years agoDebugging Multiprocessor Advanced C/C++ Projects
Hi everybody,
I developed a simple design with 2 CPUs, Quartus 4.2, Nios 1.1. Then, I created an Advanced C/C++ project, with its own makefile. Everything compiles fine, giving (among the various things) an ELF image for the second CPU. Then, I would like to create a multiprocessor collection for debugging it, but... if I create a debug configuration for CPU2, then it maintains all the settings except the fact that the image have to be loaded on CPU2. If I change the CPU to CPU2, the "Apply" button in the "Debug..." window do not change. however, if I change the CPU and I move to another configuration, then it asks to save changes. no matter what I choose, the debug configuration will always refer to CPU0, so it seems there is no way to use a multiprocessor collection together with Advenced C/C++ Projects... What I'm doing wrong? Note: Multiprocessor collections works fine for normal IDE projects. Paolo