Welcome! Log In Create A New Profile

Advanced

Error with gmake

Posted by trautw 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Error with gmake
February 28, 2006 10:23AM
Hi,

I get this error msg when I try to run gmake with the example given in Tut 102.

C:\Cos311\Test>gmake
gmake: Nothing to be done for `Ic'.

Please help
Re: Error with gmake
February 28, 2006 01:54PM
Wierd error. Its hard to say right off what the problem is. Which example in tut102 are you doing?

If you can't figure it out, please zip up your code and makefile and email it to me at jollirm@unisa.ac.za. I will take a look when I can.

Bob
Anonymous User
Re: Error with gmake
March 02, 2006 10:11AM
Hello ive installed mingw and mico and gmake does not want to be recognised!

Any ideas why the gmake command is doing nothing?

I tried C:\unisa\mico\demo\poa\account-1> gmake
and all i get is
'gmake' is not recognized as an internal or external command,
operable program or batch file.

Re: Error with gmake
March 02, 2006 11:20AM
Hi,

Sorry made a stupid mistake. Was lazy and copied and pasted the Makefile straight out of the tutorial letter. Some of the formating was not correct.

Thanks for the help.
Anonymous User
Re: Error with gmake
March 02, 2006 02:05PM
Stupid me my path variable had a syntax error
Anonymous User
Re: Error with gmake
March 03, 2006 11:11AM
Can someone give me the path variable is it

c:\unisa\mingw\bin;c:\unisa\mico\bin;%PATH%;

thanks
Re: Error with gmake
March 06, 2006 08:19AM
That path looks good to me - assuming you have installed mico and mingw into C:\unisa of course.

Bob
Anonymous User
Re: Error with gmake
March 07, 2006 09:40PM
Hey trautw I am getting the same error message even thou im trying to put the makefile in the right format.

Can you send me a copy of yours or let me know which tabs or spaces caused your error previously.

Thanks
Vaughn.
Re: Error with gmake
March 08, 2006 10:33AM
If I remember correctly it was something to do with this line.

CXXFLAGS = -D_REENTRANT -DHAVE_ANSI_CPLUSPLUS_HEADERS -Wall -mthreads -I$(MICO)/include
Re: Error with gmake
March 08, 2006 11:23AM
I can't see how this line will cause the effect you are describing. If you can't resolve it send me your makefile and I will take a look.

Bob
Anonymous User
Re: Error with gmake
March 08, 2006 01:02PM
It was that line
CXXFLAGS = -D_REENTRANT -DHAVE_ANSI_CPLUSPLUS_HEADERS -Wall -mthreads -I$(MICO)/include

which was causing the problem
Sorry, only registered users may post in this forum.

Click here to login