Problems in the installation of CW 10.3.3.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problems in the installation of CW 10.3.3.

2,014 Views
admin
Specialist II

I installed the codeWarriorfor PA.

This is the error I recieve after trying to build an hellow world project:

 

 

**** Build of configuration Debug for project Lib_Time_measurement ****

 

 

 

 

(Cannot run program "C:\Program Files (x86)\Freescale\CW_PA_v10.3.3\gnu\bin\C:\Program Files (x86)\Freescale\CW_PA_v10.3.3\gnu\bin\mingw32-make" (in directory "F:\All_freescale_Projects_Version_0.9\Lib_Time_measurement\Debug"): CreateProcess error=2, The system cannot find the file specified)

 

 

(Cannot run program "C:\Program Files (x86)\Freescale\CW_PA_v10.3.3\gnu\bin\C:\Program Files (x86)\Freescale\CW_PA_v10.3.3\gnu\bin\mingw32-make" (in directory "F:\All_freescale_Projects_Version_0.9\Lib_Time_measurement\Debug"): CreateProcess error=2, The system cannot find the file specified)

THanks,

Yehuda

Labels (1)
0 Kudos
8 Replies

1,726 Views
addiyi
NXP Employee
NXP Employee

Hi Yehuda,

Please provide following information:

- Windows version and if is 64bit;

- Do you have UAC (User Account Control) disable (Never notify) or set as default;

Also, if UAC is disable and you didn't install CW as Admin, please try to reinstall it to other location then C:\Program Files. If this is not working for you, can you please attache the project you are using?

Adrian

0 Kudos

1,726 Views
admin
Specialist II

Dear Adrian

I succeeded in installing the CodeWarrior.

I have problems in the enclosed projects.

Best regards,

Yehuda

Dr. Yehuda Singer

Parallel Solutions Ltd.

www.llp.co.il <http://www.llp.co.il/>

Office: 972-74-7012159

Mobile: 972-52-2306-311

Mobile: 972-57-9457659

Text Box: Please consider the environment before printing this email The

information contained in this communication is proprietary to Parallel

Solutions Ltd. and/or third parties, may contain confidential or privileged

information, and is intended only for the use of the intended addressee

thereof.

If you are not the intended addressee, please be aware that any use,

disclosure, distribution and/or copying of this communication is strictly

prohibited. If you receive this communication in error, please notify the

sender immediately and delete it from your computer.

0 Kudos

1,726 Views
addiyi
NXP Employee
NXP Employee

Some time we have problem related to UAC settings, but is not the case now.

For your problem, please go to project properties (right click on project -> Properties), then go to C/C++ Build and make sure Use default build command is checked (as in attached file).

Adrian

0 Kudos

1,726 Views
admin
Specialist II

Dear Adrian.

We have the same screen and values as you have sent us.

Yehuda.Singer

Dr. Yehuda Singer

Parallel Solutions Ltd.

www.llp.co.il <http://www.llp.co.il/>

Office: 972-74-7012159

Mobile: 972-52-2306-311

Mobile: 972-57-9457659

Text Box: Please consider the environment before printing this email The

information contained in this communication is proprietary to Parallel

Solutions Ltd. and/or third parties, may contain confidential or privileged

information, and is intended only for the use of the intended addressee

thereof.

If you are not the intended addressee, please be aware that any use,

disclosure, distribution and/or copying of this communication is strictly

prohibited. If you receive this communication in error, please notify the

sender immediately and delete it from your computer.

0 Kudos

1,726 Views
addiyi
NXP Employee
NXP Employee

Your project have 2 configurations, Debug and Release. Indeed, on Release configuration the Use default build command is checked, but for Debug configuration is not.

If you use Build All (Crlt + B) option, both configuration will be build and for Debug you will get the error reported.

In project Properties -> C/C++ Build switch to Debug Configuration and check Use default build command is selected.

Adrian

0 Kudos

1,726 Views
admin
Specialist II

Dear Adrian,

Thank you for your answer.

Another problem:

Consider the statement: double clock_cycles = double ( sysconf(_SC_CLK_TCK

)) ;

The symbols SCCLK_TCK is not defined in the new Linux library.

This symbols gives thefrequency of the clock.

Best regards,

Yehuda.Singer

Dr. Yehuda Singer

Parallel Solutions Ltd.

www.llp.co.il <http://www.llp.co.il/>

Office: 972-74-7012159

Mobile: 972-52-2306-311

Mobile: 972-57-9457659

Text Box: Please consider the environment before printing this email The

information contained in this communication is proprietary to Parallel

Solutions Ltd. and/or third parties, may contain confidential or privileged

information, and is intended only for the use of the intended addressee

thereof.

If you are not the intended addressee, please be aware that any use,

disclosure, distribution and/or copying of this communication is strictly

prohibited. If you receive this communication in error, please notify the

sender immediately and delete it from your computer.

0 Kudos

1,726 Views
addiyi
NXP Employee
NXP Employee

Include unistd.h in time_measurements.cpp, becasue the function and associated parameter necessary for sysconf are declared in this header file.

Adrian

0 Kudos

1,726 Views
admin
Specialist II

Dear Adrian,

Thanks,. This was the change when migration from version 10.2 to 10.3.3.

Yehuda.Singer

Dr. Yehuda Singer

Parallel Solutions Ltd.

www.llp.co.il <http://www.llp.co.il/>

Office: 972-74-7012159

Mobile: 972-52-2306-311

Mobile: 972-57-9457659

Text Box: Please consider the environment before printing this email The

information contained in this communication is proprietary to Parallel

Solutions Ltd. and/or third parties, may contain confidential or privileged

information, and is intended only for the use of the intended addressee

thereof.

If you are not the intended addressee, please be aware that any use,

disclosure, distribution and/or copying of this communication is strictly

prohibited. If you receive this communication in error, please notify the

sender immediately and delete it from your computer.

0 Kudos