Archived:Bldmake fails with "EPOCROOT environment variable must be capitalised" error (Known Issue)
m (Protected "KIS000609 - Bldmake fails with "EPOCROOT environment variable must be capitalised" error" [edit=sysop:move=sysop]) |
extkbeditor2
(Talk | contribs) m |
||
| Line 2: | Line 2: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{KBKI}} | {{KBKI}} | ||
| − | {| | + | {{KnowledgeBase |
| − | | | + | |id=KIS000609 |
| − | + | |platform=S60 2nd Edition<br>S60 3rd Edition | |
| − | | | + | |devices= |
| − | + | |category=Symbian C<nowiki>++</nowiki> | |
| + | |subcategory=SDK & Tools | ||
| + | |creationdate=March 30, 2007 | ||
| + | |keywords= | ||
| + | }} | ||
| − | + | ==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<br>%SystemRoot%\system32<br>To fix this, modify the PATH to use an absolute path for \system32. For example,<br>C:\Windows\system32<br>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. | |
| − | + | ||
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 2nd Edition]] [[Category:S60 3rd Edition]] [[Category:IDE/SDK]] | [[Category:Known Issue]][[Category:Symbian C++]][[Category:S60 2nd Edition]] [[Category:S60 3rd Edition]] [[Category:IDE/SDK]] | ||
Revision as of 18:04, 24 October 2008
Article Metadata
Compatibility
Platform(s): S60 2nd Edition
S60 3rd Edition
S60 3rd Edition
Article
Created: (30 Mar 2007)
Last edited: extkbeditor2
(24 Oct 2008)
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.

