LPCxpresso License and cscript.exe problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCxpresso License and cscript.exe problem

1,017 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cengav4r on Tue Dec 09 04:44:25 MST 2014
I am trying to learn ARM with staring LPC1769. I have downloaded, installed LPCxpresso 7.5. Currently, I have licence problem as;
"53: License does not permit flash operations from command line"
I tried that reinstallation of it. Then I realized that cscript.exe was not found on PATH on message.
My computer is 64 bit (system). I checked  C:\Windows\SysWOW64 and C:\Windows\System32 I have cscript.exe at both of them. Also I tried Simple cscript test. It works properly.
I have also chenged
HKEY_CURRENT_USER\Software\Microsoft\Windows Script Host\Settings\Enabled ( I set it =1)

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings\Enabled

Finally I tried turn off antivirus software, then tried re-install nothing changed.
What can I do more to fix my problem?
Thx

Labels (1)
0 Kudos
8 Replies

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cengav4r on Wed Dec 10 01:09:29 MST 2014
Thank you very much. I added it. Then reinstall software and my problem fixed ;).
My next step is understanding of preproccessor, input-output ports, timer, interrupt ... Where can I learn these stuff (any recommend book,website,..)?
For ex: GPIO mean that :General-Purpose Input/Output which I learned from when I was searching.
Regards
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Dec 09 07:38:31 MST 2014
You have lots of duplicates in your path - you should tidy it up. However, you are missing
%systemroot%\System32
so, add it.

This is documented in the FAQ for this error at:
http://www.lpcware.com/content/faq/lpcxpresso/flash-image-too-large
and
http://www.lpcware.com/content/faq/lpcxpresso/windows-path-issues
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cengav4r on Tue Dec 09 07:28:00 MST 2014
Sorry about that. My Path:

C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%SystemRoot%\System32\Wbem;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\WinAVR-20100110\bin;C:\WinAVR-20100110\utils\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;%systemroot%\System32\WindowsPowerShell\v1.0\;%systemroot%\System32\WindowsPowerShell\v1.0\;C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x64;C:\Program Files (x86)\Flash Magic;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x86 ; C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x86;C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin;C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x64;C:\Emgu\emgucv-windows-universal-gpu 2.4.9.1847\bin\x86;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers\x86;C:\Program Files\MATLAB\R2013a\runtime\win64;C:\Program Files\MATLAB\R2013a\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Windows Live\Shared
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Dec 09 07:22:05 MST 2014
I am trying very hard to help you, but you are not listening. One more time...

1. LPCXpresso is NOT required on the PATH
2. WHAT IS THE VALUE OF YOUR PATH?
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cengav4r on Tue Dec 09 07:11:35 MST 2014
I checked cmd>path and  "Computer>Properties>Advanced system>Environment Variables. >System Variables> PATH".
Both of them same and does not include any LPCxpresso. What should be value of path? and/or How can I solve my problem which I mentioned previously?
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Dec 09 06:55:00 MST 2014
Yes, your PATH (or Path - it is case insensitive), What is it?

No it does NOT need LPCXpresso on it.
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cengav4r on Tue Dec 09 06:08:17 MST 2014

Quote: lpcxpresso-support
What is the value of your PATH?


I do apoligize for taking your time.What do you mean value of PATH?
Do you mean "Computer>Properties>Advanced system>Environment Variables. >System Variables> PATH" ?
I dont have like PATH but Path(does it matter?). (It does not contain LPCxpresso or any variable like that Should I add something??)
Or Do you mean "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings\Enabled" (I set all unsetted values to 1) in regedit.
Thank you
0 Kudos

899 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Dec 09 05:19:54 MST 2014
What is the value of your PATH?
0 Kudos