Namespaces
Variants
Actions
(Difference between revisions)

Archived:Bldmake fails with "EPOCROOT environment variable must be capitalised" error (Known Issue)

Jump to: navigation, search
m (Replace IDE/SDK category with SDK only)
m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData)
Line 3: Line 3:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
{{KBKI}}
 
{{KBKI}}
{{KnowledgeBase
+
{{ArticleMetaData
 
|id=KIS000609
 
|id=KIS000609
 
|platform=S60 2nd Edition<br>S60 3rd Edition
 
|platform=S60 2nd Edition<br>S60 3rd Edition
Line 11: Line 11:
 
|creationdate=March 30, 2007
 
|creationdate=March 30, 2007
 
|keywords=
 
|keywords=
 +
 +
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) -->
 +
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) -->
 +
|sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
 +
|devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) -->
 +
|signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer -->
 +
|capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) -->
 +
|author=[[User:Technical writer 1]]
 
}}
 
}}
  

Revision as of 14:30, 24 June 2011

Template:KBKI

Article Metadata

Compatibility
Platform(s): S60 2nd Edition
S60 3rd Edition

Article
Created: User:Technical writer 1 (30 Mar 2007)
Last edited: hamishwillee (24 Jun 2011)

Overview

In some environments, the bldmake command may fail with the "EPOCROOT environment variable must be capitalised" error.

Description

This error is returned by the e32env.pm script when opening a pipe to the command line fails.

Solution

Typically this error is related to the PATH environment variable. bldmake fails if the system32 directory in the PATH is defined using the SystemRoot variable, that is
%SystemRoot%\system32
To fix this, modify the PATH to use an absolute path for \system32. For example,
C:\Windows\system32
Note: With current S60 SDKs (2nd Edition and later), EPOCROOT should not be explicitly defined. Instead, the active development configuration is selected with the devices.exe utility.

381 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved