Note that if you do use Microsoft's Visual C++ Pro package to build the complete package, you will have to type 'nmake' rather than 'make'. This applies to any of the examples shown in this on-line manual.
Also note that it is not likely that you will be able to use the 'make' utility that might be provided by the vendor of your MIPS cross compiler, because of significant differences in syntax between different 'make' programs.
If you are unsure whether you system has a native C compiler and 'make' utility, you can check using the following commands.
% which cc -- look for the standard C compiler % which gcc -- look for the GNU C compiler % which make -- look for the 'make' utility % cc foobar.c -- Solaris2 check for optional C compiler