Hello
I re-installed CW but still there are many problems.
I am a newbie to eclipse so i don't understand so many things.
I am posting my errors from the window.
_______________________________________________________________
**** Build of configuration FLASH for project accelerometer_demo ****
C:\Freescale\CW MCU v10.4\gnu\bin\mingw32-make -j6 all
'Building file: ../Sources/Events.c'
'Building file: ../Sources/ProcessorExpert.c'
'Building file: ../Project_Settings/Startup_Code/__arm_end.c'
'Building file: ../Project_Settings/Startup_Code/__arm_start.c'
'Building file: ../Generated_Code/Cpu.c'
'Building file: ../Generated_Code/CsIO1.c'
'Executing target #1 ../Sources/Events.c'
'Executing target #2 ../Sources/ProcessorExpert.c'
'Executing target #3 ../Project_Settings/Startup_Code/__arm_end.c'
'Executing target #4 ../Project_Settings/Startup_Code/__arm_start.c'
'Executing target #5 ../Generated_Code/Cpu.c'
'Executing target #6 ../Generated_Code/CsIO1.c'
'Invoking: ARM Ltd Windows GCC C Compiler'
'Invoking: ARM Ltd Windows GCC C Compiler'
'Invoking: ARM Ltd Windows GCC C Compiler'
'Invoking: ARM Ltd Windows GCC C Compiler'
'Invoking: ARM Ltd Windows GCC C Compiler'
"C:/Freescale/CW MCU v10.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Sources/Events.c" @"Sources/Events.args" -Wa,-adhlns="Sources/Events.o.lst" -MMD -MP -MF"Sources/Events.d" -o"Sources/Events.o"
'Invoking: ARM Ltd Windows GCC C Compiler'
"C:/Freescale/CW MCU v10.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Sources/ProcessorExpert.c" @"Sources/ProcessorExpert.args" -Wa,-adhlns="Sources/ProcessorExpert.o.lst" -MMD -MP -MF"Sources/ProcessorExpert.d" -o"Sources/ProcessorExpert.o"
"C:/Freescale/CW MCU v10.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Project_Settings/Startup_Code/__arm_end.c" @"Project_Settings/Startup_Code/__arm_end.args" -Wa,-adhlns="Project_Settings/Startup_Code/__arm_end.o.lst" -MMD -MP -MF"Project_Settings/Startup_Code/__arm_end.d" -o"Project_Settings/Startup_Code/__arm_end.o"
The system cannot find the path specified.
"C:/Freescale/CW MCU v10.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Project_Settings/Startup_Code/__arm_start.c" @"Project_Settings/Startup_Code/__arm_start.args" -Wa,-adhlns="Project_Settings/Startup_Code/__arm_start.o.lst" -MMD -MP -MF"Project_Settings/Startup_Code/__arm_start.d" -o"Project_Settings/Startup_Code/__arm_start.o"
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
"C:/Freescale/CW MCU v10.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Generated_Code/Cpu.c" @"Generated_Code/Cpu.args" -Wa,-adhlns="Generated_Code/Cpu.o.lst" -MMD -MP -MF"Generated_Code/Cpu.d" -o"Generated_Code/Cpu.o"
mingw32-make: *** [Sources/Events.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [Sources/ProcessorExpert.o] Error 1
mingw32-make: *** [Project_Settings/Startup_Code/__arm_end.o] Error 1
mingw32-make: *** [Project_Settings/Startup_Code/__arm_start.o] Error 1
mingw32-make: *** [Generated_Code/Cpu.o] Error 1
The system cannot find the path specified.
mingw32-make: *** [Generated_Code/CsIO1.o] Error 1
"C:/Freescale/CW MCU v10.4/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "../Generated_Code/CsIO1.c" @"Generated_Code/CsIO1.args" -Wa,-adhlns="Generated_Code/CsIO1.o.lst" -MMD -MP -MF"Generated_Code/CsIO1.d" -o"Generated_Code/CsIO1.o"
__________________________________________________________________________________________________
I checked these websites and did all that is mentioned there
Link1
Link2