Build problem after reinstalling project on PC under WINDOWS 7 (before project was on a PC under WINDOWS XP

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

Build problem after reinstalling project on PC under WINDOWS 7 (before project was on a PC under WINDOWS XP

959 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by BLANC on Thu Feb 18 07:43:32 MST 2016
Hi,

When I select build of the project, I get this error message :

15:27:54 **** Build of configuration Appli Debug for project IHM_Plus ****
make all
Cannot run program "make": Launching failed

Error: Program "make" not found in PATH
PATH=[C:/nxp/LPCXpresso_7.2.0_153/lpcxpresso/jre/bin/client;C:/nxp/LPCXpresso_7.2.0_153/lpcxpresso/jre/bin;C:/nxp/LPCXpresso_7.2.0_153/lpcxpresso/jre/lib/i386;C:\MentorGraphics\7.9.5EE\SDD_HOME\common\win32\bin;C:\MentorGraphics\7.9.5EE\SDD_HOME\common\win32\lib;C:\cygwin-1.7.9DMS\bin;C:\MentorGraphics\7.9.5EE\MGC_HOME.ixn\bin;C:\MentorGraphics\7.9.5EE\MGC_HOME.ixn\lib;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseSVN\bin;C:\nxp\LPCXpresso_7.2.0_153\lpcxpresso;]

15:27:54 Build Finished (took 26ms)


In the properties of the project I get message error (see the attache image)


Thank you for your help

Mickael White
0 Kudos
5 Replies

663 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by BLANC on Mon Feb 22 01:51:42 MST 2016
Hi,

Thank you for the replies. I recovered the .project and .cproject files from my old PC and it works.
0 Kudos

663 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Fri Feb 19 02:36:35 MST 2016
As well as having LPCXpresso IDE entries missing, your path is showing directory separators in Unix format rather than Windows. You aren't starting LPCXpresso IDE up from within a cygwin shell are you ?

Regards,
LPCXpresso Support
0 Kudos

663 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Fri Feb 19 01:58:02 MST 2016
What happens if you create a new workspace and import one of the Examples?
0 Kudos

663 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by BLANC on Thu Feb 18 09:29:12 MST 2016

Thank for the reply.

I just reinstalled LPCXpresso. I always have the problem. I wrote the entire path adding it in the environment variables of the C/C++ builder. Now i get the following message :
17:10:33 **** Incremental Build of configuration Appli Debug for project IHM P502 ****
make all
make: *** No rule to make target `IHM P502.axf', needed by `all'.  Stop.

17:10:35 Build Finished (took 1s.672ms)

And I always have the problem of orphaned configuration (see the attached file)
0 Kudos

663 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Thu Feb 18 08:00:49 MST 2016
Did you try reinstalling LPCXpresso?

Also, it looks like your path is not correct. Mine says (for v7.9.0):

PATH=C:\nxp\LPCXpresso_7.9.0_455\lpcxpresso\bin;C:\nxp\LPCXpresso_7.9.0_455\lpcxpresso\msys\bin;C:\nxp\LPCXpresso_7.9.0_455\lpcxpresso\tools\bin;C:/nxp/LPCXpresso_7.9.0_455/lpcxpresso/jre/bin/client;C:/nxp/LPCXpresso_7.9.0_455/lpcxpresso/jre/bin;C:/nxp/LPCXpresso_7.9.0_455/lpcxpresso/jre/lib/i386;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\nxp\LPCXpresso_7.9.0_455\lpcxpresso;

So you are missing a number of items from your path (which I have highlighted in bold)
0 Kudos