Can´t compile dual core example for MPC5668G
Posted: Mon Nov 03, 2014 10:01 pm
Hello,
I downloaded the dual core example erika_erikae-mono_EEtest01.tar from the svn and tried to compile it with an untouched version of the eclipse/erika bundle from your download-area. The compilation fails with:
After I did some investigation on this, I came to the conclusion that the path of the compiler is not set correctly. The following line is missing in the three makefiles and common.mk:
The compilation is working if I compile in a singlecore configuration for the MPC5668G. Can you confirm that this is a bug?
Regards
Simon
I downloaded the dual core example erika_erikae-mono_EEtest01.tar from the svn and tried to compile it with an untouched version of the eclipse/erika bundle from your download-area. The compilation fails with:
Code: Select all
21:53:31 **** Incremental Build of configuration Default for project Multicore ****
"C:\\Users\\tap\\workspacex\\Multicore\\Debug\\make_launcher.bat" all
C:\Temp\Cygwin\bin\bash found!
Using erika files in /cygdrive/d/ECLIPS~3/plugins/COB06B~1.201/ee_files
make -C master ELFNAME=myProject_master.elf CPU_NUMID=0 GLOBAL_LINKSCRIPT=../shared_sym.ld all
make[1]: Entering directory '/cygdrive/c/Users/tap/workspacex/Multicore/Debug/master'
CC ee_boot_asm.c
/bin/sh: /PowerPC_EABI_Tools/Command_Line_Tools/mwcceppc: No such file or directory
/cygdrive/d/ECLIPS~3/plugins/COB06B~1.201/ee_files/pkg/cfg/arch/rules_ppc_generic.mk:362: recipe for target 'obj/obj/pkg/mcu/freescale_mpc5668/src/ee_boot_asm.o' failed
make[1]: Leaving directory '/cygdrive/c/Users/tap/workspacex/Multicore/Debug/master'
/cygdrive/d/ECLIPS~3/plugins/COB06B~1.201/ee_files/pkg/cfg/arch/rules_ppc_multi_base.mk:70: recipe for target 'CPU_MASTER-all' failed
make[1]: *** [obj/obj/pkg/mcu/freescale_mpc5668/src/ee_boot_asm.o] Error 127
make: *** [CPU_MASTER-all] Error 2
21:53:32 Build Finished (took 1s.404ms)
Code: Select all
$(eval $(call check_and_set_cygwin_compiler_path,PPC_CW_BASEDIR,C:/FREESC~1/CWFORM~1.10/))
Regards
Simon