![]() |
makefile related
Iam comipliing my project but it showing this error
Code:
NMAKE : fatal error U1064: MAKEFILE not found and no target specified |
Re: makefile related
If you are using gmake commmand for your project
then use gmake -f MakeFileName -target example: suppose target is all.stub and MakeFileName is Makefile.TelProject command will be gmake -f Makefile.TelProject all.stub |
Re: makefile related
target , you have define it may be for some specific like unix, all.stub(all things) etc. It depends on you wahtever you wanna use.
You have to define in your makefile as target as like Code:
I dont know about your Makefile. If u post your makefile source code then only i can tell you exactly solution to your probls |
Re: makefile related
first of all sorry ,i did not intentionally post the same query twice ,it was done mistakenly.
Ok i am sending my makefile here ,kindly see it ,plz let me know what can i do Code:
# |
Re: makefile related
gmake "FileName of MakeFile" target name
>> That's sit. |
Re: makefile related
Hye again
iam giving the command as per your saying but getting error Code:
makefile:55: *** commands commence before first target. |
| All times are GMT +5.5. The time now is 05:37. |