Any how to build the 215xx_init_Core1 ?
I've added
#define CONFIG_DMC0 Micron_2Gb_DDR2_MT47H128M16#define CONFIG_DMC1 DMC_NONE#define CONFIG_CORE_CLOCK_SPEED 450000000u//#error CONFIG_ macro definitions required
to src/configure.h
Then it can not find <sys\adi_stack.h>. If I force to use the ARM\arm-none-eabi\arm-none-eabi\include\adi\sys\adi_stack.h (which I can guess is not the right one)
than
The overloaded_stacks.c source should be excluded from the 215xx_init_Core1 SHARC projects build as it's only needed for the Core0 ARM versions. I'm not sure why it is being built even though it does display as being excluded. I found that if you right click on overload_stacks.c, select properties then clear and re-select "Exclude resource from build" that the problem goes away. Could you try this?Regards,Stuart.
Thanks Stuart,
The same should be done for main.c and disable_mmu.S and it works
Best Regards
Goran