I find i just delete the err message and then rebuild the project, it's OK! :smileyshocked:
Now i have another question(see below)
Building file: ../source/srv/sys/osv/osv.c
Executing target #1 ../source/srv/sys/osv/osv.c
Invoking: Standard S32DS C Compiler
powerpc-eabivle-gcc "@source/srv/sys/osv/osv.args" -MMD -MP -MF"source/srv/sys/osv/osv.d" -MT"source/srv/sys/osv/osv.o" -c -o "source/srv/sys/osv/osv.o" "../source/srv/sys/osv/osv.c"
powerpc-eabivle-gcc.exe: fatal error: C:/Freescale/S32_Power_v1.0/S32DS/e200_ewl2/lib/ewl_c.specs: attempt to rename spec 'cpp_unique_options' to already defined spec 'old_cpp_unique_options'
compilation terminated.
make: *** [source/srv/sys/osv/osv.o] Error 1
This is caused by different versions of S32. My workmate has low version of S32, mine is high version(you can see in the picture above). Every time i copy his project to my computer, it reports the err above, could you help me for this? Thank you very much!