When I run the code generation step, step 3 fails with the message "make: *** No rule to make target 'obj/common.o', needed by 'pic30.cof'. Stop." Has anyone else encountered this problem? If so, I would greatly appreciate any assistance.
The full output is as follows:
ECLIPSE_HOME directory found.
--------------------------------------------------------
Step 1: Template Generation
RT-Druid is generating the scheleton application which
will be compiled together with the Scicos generated code
--------------------------------------------------------
Buildfile: C:\Evidence\Evidence\eclipse/Evidence/build.xml
an_example:
[rtdruid.Oil.Example]
[rtdruid.Oil.Example] [EXAMPLE WRITER Search Template (ID = board_flex) ... ]
[rtdruid.Oil.Example] [ ... FOUND]
[rtdruid.Oil.Example] [COPY .\conf_scicos.oil]
[rtdruid.Oil.Example] [COPY .\dspic_main.c]
BUILD SUCCESSFUL
BUILD SUCCESSFUL
Total time: 0 seconds
--------------------------------------------------------
Step 2: Parsing OIL File
RT-Druid is parsing the OIL file to generate the
makefiles used for the compilation
--------------------------------------------------------
Buildfile: C:\Evidence\Evidence\eclipse/Evidence/build.xml
compile:
[rtdruid.Oil.Configurator]
[rtdruid.Oil.Configurator] [LOAD conf.oil]
[rtdruid.Oil.Configurator] [WORKING Prepare configuration's files]
[rtdruid.Oil.Configurator] WARNING > Not found any value for MASTER_CPU. Using d
efault value.
[rtdruid.Oil.Configurator] [ Start to save]
[rtdruid.Oil.Configurator] [WRITE Debug\\eecfg.c]
[rtdruid.Oil.Configurator] [WRITE Debug\\eecfg.h]
[rtdruid.Oil.Configurator] [WRITE Debug\\makefile]
BUILD SUCCESSFUL
BUILD SUCCESSFUL
Total time: 1 second
--------------------------------------------------------
Step 3: Compiling the application
The application is now compiled
--------------------------------------------------------
Looking for the MPLAB ASM30 directory...
...Using C:\Program Files (x86)\Microchip\MPLAB ASM30 Suite
Looking for the MPLAB C30 directory...
...Using C:\Program Files (x86)\Microchip\mplabc30♂3.25
MAKE_DIRECTORIES (after a clean)
CP crt0.s
cc -E frommchp/crt0.S > frommchp/crt0.s
ASM crt0.s
CP p33FJ256MC710.h
GEN ee_pic30regs.h
CPP eecfg.c
CPP dspic_main.c
In file included from c:\PROGRA~1\SCICOS~1\SCICOS~1\MY_EXA~1\dspic_main.c:48:
c:/PROGRA~2/MICROC~1/mplabc30/v3.25/include/stdio.h:167: warning: ignoring #prag
ma printf_check
c:/PROGRA~2/MICROC~1/mplabc30/v3.25/include/stdio.h:168: warning: ignoring #prag
ma printf_check
c:/PROGRA~2/MICROC~1/mplabc30/v3.25/include/stdio.h:205: warning: ignoring #prag
ma printf_check
c:/PROGRA~2/MICROC~1/mplabc30/v3.25/include/stdio.h:206: warning: ignoring #prag
ma printf_check
make: *** No rule to make target `obj/common.o', needed by `pic30.cof'. Stop.
--------------------------------------------------------
--------------------------------------------------------
DONE... Application successfully compiled!
--------------------------------------------------------
--------------------------------------------------------
To program your FLEX board with the COF file
Debug/pic30.cof you can:
1- use MPLAB IDE from Microchip
2- run the flash.bat script [ICD3 only]
--------------------------------------------------------
C:\Program Files\scicoslab-44b7\scicos_examples\My_examp_files>