Building error on SGI Origin 350

I'm a newbie to CAM. I downloaded the lastest CAM 3.1.p1 Source distribution and compiled it on SGI Origin 350 with MIPSPro 7.42. I got following error while compiling

make: file `Makefile' line 3: Syntax error

I checked the Makefile, but I couldn't find where the problem is.

Attachment is my Makefile

Any ideas?

Thanks
 

eaton

CSEG and Liaisons
I looked at the Makefile and the syntax looked fine. But I noticed that it contains DOS end of line characters (1512) rather than unix (12). That might be the problem.
 
Back
Top