Discussion:
windows mobile 6.5 build error (fatal error - internal error reading the windows environment - too many environment variables?)
(too old to reply)
guttula balaji
2010-05-26 07:32:06 UTC
Permalink
Hi when i run the windows mobile 6.5 build i get the below error..
Can you please suggest how to overcome this error.


echo 15692 E:\utils\cygwin\bin\echo.EXE: *** fatal error - internal
error reading the windows environment - too many environment
variables?
NMAKE : fatal error U1077: 'E:\utils\cygwin\bin\echo.EXE' : return
code '0x100'
Stop.
NMAKE : fatal error U1077: 'F:\HY1501_MOTOREL\WM\sdk\bin
\i386\nmake.exe' : return code '0x2'
Stop.
Ulrich Eckhardt
2010-05-26 08:32:44 UTC
Permalink
Post by guttula balaji
echo 15692 E:\utils\cygwin\bin\echo.EXE: *** fatal error - internal
error reading the windows environment - too many environment
variables?
NMAKE : fatal error U1077: 'E:\utils\cygwin\bin\echo.EXE' : return
code '0x100'
Stop.
NMAKE : fatal error U1077: 'F:\HY1501_MOTOREL\WM\sdk\bin
\i386\nmake.exe' : return code '0x2'
Stop.
"echo" should be the cmd-builtin, not one supplied by Cygwin. Adjust your
PATH to exclude Cygwin and try again.

Uli
--
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
chinna rekha
2010-05-26 08:47:15 UTC
Permalink
Post by Ulrich Eckhardt
Post by guttula balaji
echo 15692 E:\utils\cygwin\bin\echo.EXE: *** fatal error - internal
error reading the windows environment - too many environment
variables?
NMAKE : fatal error U1077: 'E:\utils\cygwin\bin\echo.EXE' : return
code '0x100'
Stop.
NMAKE : fatal error U1077: 'F:\HY1501_MOTOREL\WM\sdk\bin
\i386\nmake.exe' : return code '0x2'
Stop.
"echo" should be the cmd-builtin, not one supplied by Cygwin. Adjust your
PATH to exclude Cygwin and try again.
Uli
--
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
Hi ,
Thanks for the replay ,
But i need to have cygwin in my PATH, as my build uses cygwin at some
stage.
Any other way?
guttula balaji
2010-05-26 08:49:59 UTC
Permalink
Post by Ulrich Eckhardt
Post by guttula balaji
echo 15692 E:\utils\cygwin\bin\echo.EXE: *** fatal error - internal
error reading the windows environment - too many environment
variables?
NMAKE : fatal error U1077: 'E:\utils\cygwin\bin\echo.EXE' : return
code '0x100'
Stop.
NMAKE : fatal error U1077: 'F:\HY1501_MOTOREL\WM\sdk\bin
\i386\nmake.exe' : return code '0x2'
Stop.
"echo" should be the cmd-builtin, not one supplied by Cygwin. Adjust your
PATH to exclude Cygwin and try again.
Uli
--
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
Hi ,
Thanks for the replay ,
But i need to have cygwin in my PATH, as my build uses cygwin at some
stage.
Any other way?
guttula balaji
2010-05-26 08:51:46 UTC
Permalink
Post by Ulrich Eckhardt
Post by guttula balaji
echo 15692 E:\utils\cygwin\bin\echo.EXE: *** fatal error - internal
error reading the windows environment - too many environment
variables?
NMAKE : fatal error U1077: 'E:\utils\cygwin\bin\echo.EXE' : return
code '0x100'
Stop.
NMAKE : fatal error U1077: 'F:\HY1501_MOTOREL\WM\sdk\bin
\i386\nmake.exe' : return code '0x2'
Stop.
"echo" should be the cmd-builtin, not one supplied by Cygwin. Adjust your
PATH to exclude Cygwin and try again.
Uli
--
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
Hi ,
Thanks for the replay ,
But i need to have cygwin in my PATH, as my build uses cygwin at some
stage.
Any other way?
Helge Kruse
2010-05-26 11:35:10 UTC
Permalink
Post by chinna rekha
Post by Ulrich Eckhardt
Post by guttula balaji
echo 15692 E:\utils\cygwin\bin\echo.EXE: *** fatal error - internal
error reading the windows environment - too many environment
variables?
"echo" should be the cmd-builtin, not one supplied by Cygwin. Adjust your
PATH to exclude Cygwin and try again.
But i need to have cygwin in my PATH, as my build uses cygwin at some
stage.
Any other way?
Can you delete (or rename) the echo.exe from cygwin for a while?

Helge

Loading...