Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] MSB6006: "cmd.exe" exited with code, QT librabry and Visual Studio 2010

Status
Not open for further replies.

BiNa2605

Full Member level 3
Full Member level 3
Joined
Sep 1, 2015
Messages
179
Helped
6
Reputation
12
Reaction score
4
Trophy points
18
Location
VietNam
Activity points
1,357
I have a problem when building the project in VC2010. That project using QT library and VC2010 as an IDE.

When I build it, the error notify that: MSB6006: "cmd.exe" exited with code 255.
Anyone have knowledge for that reason, please help me.

Capture.JPG

Actually the error like that:
error MSB6006: "cmd.exe" exited with code 255. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets AS399x_Reader_Suite
 

Are you building a project in VS2010 environment, using the QT library ?
Why dont you simply make the project inside QTcreator IDE ?
 

Yes Sir. That is a project from RFID company. I am a newbie so I just follow the intruction of that company (using VS2010 and QT library). I want to improve a little bit in the source code to use for my thesis Sir. If I make a project inside QTcreator IDE, at that time I don't know how to do that.
 

At the following tutorial it is explained in details how to add a feature to the Visual Studio environment so that you can compile QT libraries. Do you have this addin already present at the IDE ?

 
Not yet Sir. I think your recommendation can help me. After finishing I will notify Sir later :D
 

Dear Sir,

When I run "nmake". My computer has a problem like that
error.JPG
 

Re: MSB6006: "cmd.exe" exited with code, QT librabry and Visual Studio 2010

Dear Sir,

Have you check it before? Now I cannot open the project after setup successfully. I wasted a whole day because of your recommend.

- - - Updated - - -

When you have any idea, let me know.
 

Dear Bina,


I have no idea of what windows version you have, what paths did you configured at the IDE, at what step of the procedure it failed, etc… Once you are performing the addition of a resource not native, you should do that aware of what you’re doing, but not blindfold.

A propos, I never had compiled before a QT library within the VS IDE due to the need to deal with objects becoming from different environments, BUT if you really want to do that the link above give you an excellent guideline to outfit your VS IDE with an QT add-in. My initial recommendation was to do not that, but to compile it within QTcreator, that is a free tool which is able to work with many compilers, including VS.

Unfortunately I have no one of both tools above installed on my computer, so I cannot offer you any support beyond what I've already done. By tha way, making a quick search on the web with the first error shown at the screenshot above, I could find several occurrences that could give you advices:

NMAKE studio fatal error lnk1123
 
Dear Sir,

I think the problem when I run "nmake" my computer have some problem. After that I searched on the Internet and type "nmake /I" that mean IGNORE these problem. I think that is my fault. I will try again. Have a nice day Sir.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top