Return of the "nmake not recognized"

Login to reply to this topic.
Sat, 2004-12-04 05:06
Joined: 2004-06-02
Forum posts: 31
I was using the Series 60 1.2 SDK for CodeWarrior, and decided to install version 2.0 for some tests.

I installed the 2.0 SDK from Forum Nokia, but now when I try to abld anything I get the error "'nmake' is not recognized as an internal or external command". Well, I believe it because nothing named nmake is installed on my system. There is a make.exe in \Symbian\shared\EPOC32\Tools, but no nmake.

I googled for this, and found several examples of other people having the same problem. However, I could find no solutions posted. One respondent said to make sure the PATH variable included nmake's folder, but I have no nmake anywhere on my system.

This is under CodeWarrior, not VS.

Sun, 2004-12-05 11:58
Joined: 2004-05-20
Forum posts: 83
Return of the "nmake not recognized"
Initially Symbian SDK is purposed to support Microsoft compilers like Visual Studio C++ which incorporate nmake. You need to find Symbian SDK 2.0 CodeWarrior Edition to use CodeWarrior without problems. Otherwise you have to patch  the whole heap of scripts manually Smiley

c0deab1e

  • Login to reply to this topic.