python安装pyltp提示cl.exe' failed with exit status 2.

wh93hz 2017-12-19 10:04:46
python3.6.3,64位,安装VS2015和visual studio 2017 community之后,都会提示cl.exe' failed with exit status 2.百度的各种方法都试了,还是不行。求各位大神帮忙一下
具体提示信息如下:
D:\我的软件\pyltp-master>python setup.py install
running install
running bdist_egg
running egg_info
writing pyltp.egg-info\PKG-INFO
writing dependency_links to pyltp.egg-info\dependency_links.txt
writing top-level names to pyltp.egg-info\top_level.txt
reading manifest file 'pyltp.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.h' under directory 'ltp\src'
warning: no files found matching '.h' under directory 'ltp\src\framework'
warning: no files found matching '.hpp' under directory 'ltp\src\framework'
warning: no files found matching '.h' under directory 'ltp\src\utils'
warning: no files found matching '.hpp' under directory 'ltp\src\utils'
warning: no files found matching '.tab' under directory 'ltp\src\utils'
warning: no files found matching '.cpp' under directory 'ltp\src\segmentor'
warning: no files found matching '.h' under directory 'ltp\src\segmentor'
warning: no files found matching '.hpp' under directory 'ltp\src\segmentor'
warning: no files found matching '.cpp' under directory 'ltp\src\postagger'
warning: no files found matching '.h' under directory 'ltp\src\postagger'
warning: no files found matching '.hpp' under directory 'ltp\src\postagger'
warning: no files found matching '.cpp' under directory 'ltp\src\ner'
warning: no files found matching '.h' under directory 'ltp\src\ner'
warning: no files found matching '.hpp' under directory 'ltp\src\ner'
warning: no files found matching '.cpp' under directory 'ltp\src\parser.n'
warning: no files found matching '.h' under directory 'ltp\src\parser.n'
warning: no files found matching '.hpp' under directory 'ltp\src\parser.n'
warning: no files found matching '.cpp' under directory 'ltp\src\srl'
warning: no files found matching '.h' under directory 'ltp\src\srl'
warning: no files found matching '.h' under directory 'ltp\thirdparty\boost'
warning: no files found matching '.hpp' under directory 'ltp\thirdparty\boost'
warning: no files found matching '.cpp' under directory 'ltp\thirdparty\boost'
warning: no files found matching '.ipp' under directory 'ltp\thirdparty\boost'
warning: no files found matching '' under directory 'ltp\thirdparty\eigen'
warning: no files found matching '' under directory 'ltp\thirdparty\dynet'
warning: no files found matching '.h' under directory 'ltp\thirdparty\maxent'
warning: no files found matching '.cpp' under directory 'ltp\thirdparty\maxent'
writing manifest file 'pyltp.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_ext
building 'pyltp' extension
D:\VS2017\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Iltp/include/ -Iltp/thirdparty/boost/include/ -Iltp/thirdparty/dynet/ -Iltp/thirdparty/eigen/ -Iltp/thirdparty/maxent/ -Iltp/src/ -Iltp/src/splitsnt -Iltp/src/segmentor/ -Iltp/src/postagger/ -Iltp/src/ner/ -Iltp/src/parser.n/ -Iltp/src/srl/ -Iltp/src/srl/common/ -Iltp/src/srl/include/ -Iltp/src/srl/Pi/ -Iltp/src/srl/Srl/ -Iltp/src/srl/tool/ -Iltp/src/utils/ -Ipatch/include/ -ID:\SOFTWARE\Python\include -ID:\SOFTWARE\Python\include -ID:\VS2017\VC\Tools\MSVC\14.12.25827\include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" /EHsc /Tpsrc\pyltp.cpp /Fobuild\temp.win-amd64-3.6\Release\src\pyltp.obj /DNOMINMAX /DBOOST_PYTHON_SOURCE /DBOOST_PYTHON_STATIC_LIB /DBOOST_ALL_NO_LIB /D_WINDOWS /EHsc
pyltp.cpp
Unknown compiler version - please run the configure tests and report the results
patch/include/boost/python/detail/caller.hpp(55): warning C4244: “return”: 从“Py_ssize_t”转换到“unsigned int”,可能丢失 数据
src\pyltp.cpp(17): fatal error C1083: 无法打开包括文件: “SplitSentence.h”: No such file or directory
error: command 'D:\VS2017\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\cl.exe' failed with exit status 2
...全文
14137 24 打赏 收藏 转发到动态 举报
写回复
用AI写文章
24 条回复
切换为时间正序
请发表友善的回复…
发表回复
qq_36039105 2020-01-22
  • 打赏
  • 举报
回复
我的问题和解决方法可能比较奇葩,我是在pycharm安装失败了报这个cl.exe的错,但是cmd安装是成功的。然后我发现我pycharm的interpreter设置错了,重新设为了python 3.8.exe就好了
Heyido 2020-01-08
  • 打赏
  • 举报
回复
引用 楼主 wh93hz 的回复:
python3.6.3,64位,安装VS2015和visual studio 2017 community之后,都会提示cl.exe' failed with exit status 2.百度的各种方法都试了,还是不行。求各位大神帮忙一下 具体提示信息如下: D:\我的软件\pyltp-master>python setup.py install running install running bdist_egg running egg_info writing pyltp.egg-info\PKG-INFO writing dependency_links to pyltp.egg-info\dependency_links.txt writing top-level names to pyltp.egg-info\top_level.txt reading manifest file 'pyltp.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.h' under directory 'ltp\src' warning: no files found matching '.h' under directory 'ltp\src\framework' warning: no files found matching '.hpp' under directory 'ltp\src\framework' warning: no files found matching '.h' under directory 'ltp\src\utils' warning: no files found matching '.hpp' under directory 'ltp\src\utils' warning: no files found matching '.tab' under directory 'ltp\src\utils' warning: no files found matching '.cpp' under directory 'ltp\src\segmentor' warning: no files found matching '.h' under directory 'ltp\src\segmentor' warning: no files found matching '.hpp' under directory 'ltp\src\segmentor' warning: no files found matching '.cpp' under directory 'ltp\src\postagger' warning: no files found matching '.h' under directory 'ltp\src\postagger' warning: no files found matching '.hpp' under directory 'ltp\src\postagger' warning: no files found matching '.cpp' under directory 'ltp\src\ner' warning: no files found matching '.h' under directory 'ltp\src\ner' warning: no files found matching '.hpp' under directory 'ltp\src\ner' warning: no files found matching '.cpp' under directory 'ltp\src\parser.n' warning: no files found matching '.h' under directory 'ltp\src\parser.n' warning: no files found matching '.hpp' under directory 'ltp\src\parser.n' warning: no files found matching '.cpp' under directory 'ltp\src\srl' warning: no files found matching '.h' under directory 'ltp\src\srl' warning: no files found matching '.h' under directory 'ltp\thirdparty\boost' warning: no files found matching '.hpp' under directory 'ltp\thirdparty\boost' warning: no files found matching '.cpp' under directory 'ltp\thirdparty\boost' warning: no files found matching '.ipp' under directory 'ltp\thirdparty\boost' warning: no files found matching '' under directory 'ltp\thirdparty\eigen' warning: no files found matching '' under directory 'ltp\thirdparty\dynet' warning: no files found matching '.h' under directory 'ltp\thirdparty\maxent' warning: no files found matching '.cpp' under directory 'ltp\thirdparty\maxent' writing manifest file 'pyltp.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib running build_ext building 'pyltp' extension D:\VS2017\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Iltp/include/ -Iltp/thirdparty/boost/include/ -Iltp/thirdparty/dynet/ -Iltp/thirdparty/eigen/ -Iltp/thirdparty/maxent/ -Iltp/src/ -Iltp/src/splitsnt -Iltp/src/segmentor/ -Iltp/src/postagger/ -Iltp/src/ner/ -Iltp/src/parser.n/ -Iltp/src/srl/ -Iltp/src/srl/common/ -Iltp/src/srl/include/ -Iltp/src/srl/Pi/ -Iltp/src/srl/Srl/ -Iltp/src/srl/tool/ -Iltp/src/utils/ -Ipatch/include/ -ID:\SOFTWARE\Python\include -ID:\SOFTWARE\Python\include -ID:\VS2017\VC\Tools\MSVC\14.12.25827\include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.16299.0\winrt" /EHsc /Tpsrc\pyltp.cpp /Fobuild\temp.win-amd64-3.6\Release\src\pyltp.obj /DNOMINMAX /DBOOST_PYTHON_SOURCE /DBOOST_PYTHON_STATIC_LIB /DBOOST_ALL_NO_LIB /D_WINDOWS /EHsc pyltp.cpp Unknown compiler version - please run the configure tests and report the results patch/include/boost/python/detail/caller.hpp(55): warning C4244: “return”: 从“Py_ssize_t”转换到“unsigned int”,可能丢失 数据 src\pyltp.cpp(17): fatal error C1083: 无法打开包括文件: “SplitSentence.h”: No such file or directory error: command 'D:\VS2017\VC\Tools\MSVC\14.12.25827\bin\HostX86\x64\cl.exe' failed with exit status 2
src\pyltp.cpp(17): fatal error C1083: 无法打开包括文件: “SplitSentence.h”: No such file or directory 这个问题找了好久,是因为pyltp里面的ltp文件是空的原因,下载ltp文件替换掉空的就可以了 地址:https://github.com/hit-scir/ltp
Heyido 2020-01-08
  • 打赏
  • 举报
回复
src\pyltp.cpp(17): fatal error C1083: 无法打开包括文件: “SplitSentence.h”: No such file or directory 这个问题找了好久,是因为pyltp里面的ltp文件是空的原因,下载ltp文件替换掉空的就可以了 地址:https://github.com/hit-scir/ltp
qq_34221357 2019-10-11
  • 打赏
  • 举报
回复
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2同楼上的问题 大佬们怎么解决的啊
xiaoyuer0123 2019-08-01
  • 打赏
  • 举报
回复
引用 13 楼 zhou110120119xi 的回复:
[quote=引用 12 楼 SArevee 的回复:] 我也是这样啊!搞了好久都不行我是python3.7的
我的也是py3.7,我使用pip install pycryptodome之后解决了我的问题[/quote] 多谢!帮我解决了问题!执行pip install pycryptodome就可以,代替了pycrypto。
weixin_44192108 2019-01-15
  • 打赏
  • 举报
回复
我在安装scrapy的时候也遇到过,你可以试试,在安装这个包之前,先装他的前置包(如果有),有时候就是会这样奇怪,你百度查查有没有蛛丝马迹提到的,装上再试试
  • 打赏
  • 举报
回复
引用 20 楼 HIT1170301011 的回复:
[quote=引用 13 楼 zhou110120119xi 的回复:]
[quote=引用 12 楼 SArevee 的回复:]
我也是这样啊!搞了好久都不行我是python3.7的


我的也是py3.7,我使用pip install pycryptodome之后解决了我的问题[/quote]然后怎么操作?
[/quote]

不管用啊
图输电 2018-11-29
  • 打赏
  • 举报
回复
引用 13 楼 zhou110120119xi 的回复:
[quote=引用 12 楼 SArevee 的回复:] 我也是这样啊!搞了好久都不行我是python3.7的
我的也是py3.7,我使用pip install pycryptodome之后解决了我的问题[/quote]然后怎么操作?
cd_lim 2018-10-17
  • 打赏
  • 举报
回复
C:\Users\00lim\Downloads\manim-master\manim-master>python extract_scene.py -p example_scenes.py SquareToCircle
Traceback (most recent call last):
File "extract_scene.py", line 299, in <module>
main()
File "extract_scene.py", line 259, in main
module = get_module(config["file"])
File "extract_scene.py", line 254, in get_module
return importlib.import_module(module_name)
File "C:\Users\00lim\Downloads\python3.7\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Users\00lim\Downloads\manim-master\manim-master\example_scenes.py", line 3, in <module>
from big_ol_pile_of_manim_imports import *
File "C:\Users\00lim\Downloads\manim-master\manim-master\big_ol_pile_of_manim_imports.py", line 80, in <module>
from scene.scene_from_video import *
File "C:\Users\00lim\Downloads\manim-master\manim-master\scene\scene_from_video.py", line 4, in <module>
import cv2
File "C:\Users\00lim\Downloads\python3.7\lib\site-packages\cv2\__init__.py", line 3, in <module>
from .cv2 import *
ImportError: DLL load failed: 找不到指定的模块。

C:\Users\00lim\Downloads\manim-master\manim-master>
借个楼请问这种怎么解决,急求

orca123456 2018-09-23
  • 打赏
  • 举报
回复
引用 15 楼 orca123456 的回复:
问题解决了吗?我也遇到同样的问题

我Python3.7
orca123456 2018-09-23
  • 打赏
  • 举报
回复
问题解决了吗?我也遇到同样的问题
romantickai 2018-08-22
  • 打赏
  • 举报
回复
python3.*和python2.*两个的版本不一样,所以安装的东西也不一样,例如:MySQLdb 安装mysql的连接包。工具安装 Python3.x版本:Pip install mysqlclient 但是Python2.x 版本:pip install mysql-python。所以对于你要安装的是不是也是这种情况。参考链接:https://www.aliyun.com/jiaocheng/523297.html
zhou110120119xi 2018-08-12
  • 打赏
  • 举报
回复
引用 12 楼 SArevee 的回复:
我也是这样啊!搞了好久都不行我是python3.7的


我的也是py3.7,我使用pip install pycryptodome之后解决了我的问题
SArevee 2018-07-30
  • 打赏
  • 举报
回复
我也是这样啊!搞了好久都不行我是python3.7的
zhll001986 2018-05-14
  • 打赏
  • 举报
回复
我安装pyltp的时候也出现了很多这样的问题,我直接安装了vs2015,把之前的版本卸载了,就可以了。我的python是3.6,我是用的是pip命令,希望对你有用。
zhll001986 2018-05-14
  • 打赏
  • 举报
回复
你的问题是这个error C1083: 无法打开包括文件: “SplitSentence.h”: No such file or directory,可能是你下载的文件中缺少了这个文件,你可以尝试把这个文件添加上,然后再尝试一下。
Cains_Liu 2018-04-21
  • 打赏
  • 举报
回复
http://mlln.cn/2018/01/31/pyltp在windows下的编译安装/ 这篇文章拯救了我,刚刚安装成功
wh93hz 2018-03-02
  • 打赏
  • 举报
回复
引用 4 楼 weixin_39534259 的回复:
我也是这样,有人解决了吗
我的环境是python2.7.14,VCForPython27,pip install pyltp==0.1.9.1,顺利安装
wh93hz 2018-03-02
  • 打赏
  • 举报
回复
引用 6 楼 weixin_39452482 的回复:
楼上几位兄台有解决楼主这个问题的大神吗?在python3上的,不是python2.7的。 error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
我在python3上安装始终没有成功,你可以去https://github.com/HIT-SCIR/pyltp#安装,看一下相关问题
weixin_39452482 2018-03-02
  • 打赏
  • 举报
回复
楼上几位兄台有解决楼主这个问题的大神吗?在python3上的,不是python2.7的。 error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
加载更多回复(4)
Version V6.48 (2019-07-26) Added flash programming support for AmbiqMicro's AMA2B1KK (Apollo2 Blue; AMA2BEVB). Added flash programming support for AmbiqMicro's AMA2B1KK (Apollo2 Blue; AMA2BEVB). Added unlocking support for Microchip SAML10 series devices. Added unlocking support for Microchip SAML10 series devices. Analog Devices ADUCM355: Reset could not be overwritten using a J-Link script file. Fixed. CCS plugin: Added a new option which allows configuring a J-Link script file (project dependent). Commander: "erase" did not use the EraseChip command to erase the entire flash but the EraseSector command. Changed. Commander: "erase" did not use the EraseChip command to erase the entire flash but the EraseSector command. Changed. DLL Updater (internal): Added Infineons Micro Inspector. DLL Updater (internal): Added Infineons Micro Inspector. DLL: STM32WB55 added support for Co-Processor Wireless stack upgrade. DLL: Added Flash programming support for CYT2B9 series devices. DLL: Added Flash programming support for CYT2B9 series devices. DLL: Added Flash programming support for Cypress Traveo2 CYT2B and CYT4B series devices. DLL: Added Flash programming support for Cypress Traveo2 CYT2B and CYT4B series devices. DLL: Added OTP flash programming support for TI's RM42L device family. DLL: Added OTP flash programming support for TI's RM44L device family. DLL: Added OTP flash programming support for TI's RM46L device family. DLL: Added OTP flash programming support for TI's RM48L device family. DLL: Added flash programming support for Panasonic MN1M7BFxx and MN1M7AFxx series devices. DLL: Added flash programming support for Panasonic MN1M7BFxx and MN1M7AFxx series devices. DLL: Added flash programming support for ST STM32G47xx series devices. DLL: Added flash programming support for ST STM32G4xx series devices. DLL: Added flash programming support for ST STM32G4xx series devices. DLL: Added flash programming support for STM32H745, STM32H755, STM32H747 and STM32H757 series devices. DLL: Added flash programming support for STM32H745, STM32H755, STM32H747 and STM32H757 series devices. DLL: Added flash programming support for WIZnet W7500 series device. DLL: Added flash programming support for WIZnet W7500 series device. DLL: Added native trace buffer support for Renesas RZ/A2M series. DLL: Added support for Cypress CYT2B series devices Cortex-M4. DLL: Added support for Cypress CYT4B series devices Cortex-M7_0 and Cortex-M7_1. DLL: Added support for Cypress MB9DF / MB9EF series (FCR4) devices. DLL: Added support for RISC-V behind a DAP as setup. DLL: Added support for RISC-V via SWD for RISC-V behind a DAP setups. DLL: Added support for SPI FLash Adesto ATXP128/ATXP128R to SPIFI-Lib for indirect flash programming. DLL: Added support for SPI FLash Adesto ATXP128/ATXP128R to SPIFI-Lib for indirect flash programming. DLL: Added support for command string "CORESIGHT_SetCoreBaseAddr" DLL: Cypress PSoC4 family: Under special circumstances, unlock did not work. Fixed. DLL: Cypress PSoC4 family: Under special circumstances, unlock did not work. Fixed. DLL: Flash programming sector sizes corrected for Traveo2 CYT4B series devices. DLL: Flash programming sector sizes corrected for Traveo2 CYT4B series devices. DLL: For the MPC560xx devices, the ECC SRAM was not initialized after connect. Fixed. DLL: Hilscher NetX90 flash bank size, fixed. DLL: Infineon TLE98xx: Some J-Link LITEs could not connect establish a successful target connection due to missing firmware functionality. Fixed. DLL: JTAG: When only having 1 TAP in the JTAG chain and its matches the one for the configured CPU core but the TAP-ID was unknown, connect did not work. Fixed. DLL: Linux: Delayed / slowed execution of certain API functions when using J-Link via USB (e.g. on Close()). Introduced in V6.46. Fixed. DLL: Linux: When calling a J-Link application via the global symlink (e.g. "JLinkExe" instead of "./JLinkExe"), sometimes the JLinkDevices.xml file was not found. Fixed. DLL: Linux: When calling a J-Link application via the global symlink (e.g. "JLinkExe" instead of "./JLinkExe"), sometimes the libjlink* shared library was not found. Fixed. DLL: Microchip J-32 OEM probes could not support legacy Atmel devices. Fixed. DLL: Minor bug in flash programming algorithm for STM32G0xx series devices, fixed. DLL: NXP KW34: Added flash programming support for the program and data flash area. DLL: NXP KW34: Added flash programming support for the program and data flash area. DLL: NXP KW35 / KW36 / KW38 / KW39: Added flash programming support for the data flash area. DLL: NXP KW35 / KW36 / KW38 / KW39: Added flash programming support for the data flash area. DLL: NXP KW38: Corrected device names showen in the device selection dialog. DLL: NXP KW38: Corrected device names showen in the device selection dialog. DLL: NXP KW3x family: Improved flash programming speed significantly. DLL: NXP KW3x family: Improved flash programming speed significantly. DLL: NXP LPC18xx / LPC43xx: After QSPI flash programming, the QSPI flash memory was no longer memory mapped accessible. Introduced in V6.41. Fixed. DLL: Open flash loaders for RISC-V did not work properly anymore (introduced with V6.46). Fixed. DLL: Programming issue while another application is already running on Hilscher NetX90, fixed. DLL: QSPI flash programming: When the QE bit was set before flash programming, it has been cleared but not restored by the DLL. Introduced in V6.46h. Fixed. DLL: Qorvo GP570 / UE878 / QPG6 family: Flash programming did not work in recent silicon revisions. Fixed. DLL: Qorvo GPxxx: Under special circumstances, flash programming did not work. Fixed. DLL: RAM size of ST STM32F412 series devices, fixed. DLL: RISC-V behind a DAP: Setting system variables , , from J-Link script files did not have any effect for RISC-V behind a DAP. Fixed. DLL: RISC-V behind a DAP: Setting system variables , , from J-Link script files did not have any effect for RISC-V behind a DAP. Fixed. DLL: RISC-V: Added reset type "Reset Pin" to explicitly allow resetting the target via the reset pin, instead of the bit DLL: RISC-V: Changed default reset type from reset pin to to support reset on almost all systems, also ones that do not populate a reset pin DLL: RISC-V: Interrupts were not disabled correctly during flash programming for built-in flash algos (works well for open flash loaders). Fixed. DLL: RISC-V: Reset could fail with "core did not halt after reset" even if the core halted correctly. Fixed. DLL: Re-attaching to existing debug session after connecting and disconnecting once via TELNET (e.g. used by RTTClient and RTTViewer) did not work properly. Fixed. DLL: Renesas R5F51306 (RX130) devices were not detected by the J-Link DLL. Fixed. DLL: Renesas RX231: OFS1 could not be modified. Fixed. DLL: Renesas RX: Added support for RX66N series devices DLL: Renesas RX: Added support for RX72M series devices DLL: Renesas RX: Added support for RX72M series devices DLL: Renesas RX: Added support for RX72N series devices DLL: Renesas RX: Added support for RX72T series devices DLL: Renesas RX: Added support for RX72T series devices DLL: Renesas RX: RX66T: Programming of option-setting memory (OSIS) did not work properly. Fixed. DLL: Renesas RX: When connecting to locked RX devices via JTAG (does not affect FINE!), 16-byte IDCODE (OSIS) could be rejected even though the correct code was given. Fixed. DLL: Renesas S7G2: QSPI flash programming did not work for QSPI flashes >= 16MB. Fixed. DLL: Resets during halt of TI RM57L843ZWT device, due to running watchdog, fixed. Enabled cross trigger interfaces to forward debug acknowledge signal to Watchdog. DLL: SPI-Flash programming for Spansion S25FL256L, fixed. DLL: STM32L031K6 secure chip did not work. Fixed. DLL: STM32WB55 added support for Co-Processor Wireless stack upgrade. DLL: TI RM42L420 added EEPROM support. DLL: TI RM44L520/RM44L920 added flash and EEPROM support DLL: TI RM57L843ZWT added EEPROM support. DLL: TI RM57L843ZWT added EEPROM support. DLL: Under some circumstances Flash Cache was not cleaned after erase operations. DLL: Unsecure read protection for STM32L151xx series devices, fixed. DLL: Unsecure write protection for STM32L151xxx series devices, fixed. DLL: When using J-Trace PRO with IAR EWARM a "failed to allocate x bytes of memory" error could occur. Fixed. DLL: Windows: Renesas RX: When using FINE interface and disabling ongoining debug mode on debug session close, it could happen that a thread was not exited gracefully, causing handle leaks. Fixed. DLL: macOS: When calling a J-Link application via the global symlink (e.g. "JLinkExe" instead of "./JLinkExe"), sometimes the libjlink* shared library was not found. Fixed. Firmware: Flasher ARM / PRO / Portable PLUS: Chip erase could fail in stand-alone mode. Fixed. Firmware: Flasher ARM / PRO / Portable PLUS: Parallel CFI NOR Flash memory programming could fail under special circumstances. Fixed. Firmware: Flasher ARM / PRO / Portable PLUS: Stand-alone mode did not work for some devices from Analog Devices (e.g. ADuCM7023). Fixed. Firmware: Flasher ARM / PRO: FWrite command was unable to receive 512 bytes via UART at once. Fixed. Firmware: Flasher ARM V4: Warning "J-Link low on memory" could occur after using SPI functionality of J-Link. Fixed. Firmware: Flasher ARM/PPC/RX/PRO: Target power supply monitoring could erroneously detect an over-current. Fixed. Firmware: Flasher PRO: Open flash loaders for RISC-V did not work properly anymore (introduced with V6.46). Fixed. Firmware: Flasher PRO: Universal Flash Loader mode detection in batch mode did not work. Fixed. Firmware: Flasher PRO: Warning "J-Link low on memory" could occur after using SPI functionality of J-Link. Fixed. Firmware: Flasher Portable PLUS did not show the correct status under special circumstances. Fixed. Firmware: Flasher Portable PLUS did not work in J-Link Mode while showing "OK" message. Fixed. Firmware: Flasher Portable PLUS: Universal Flash Loader mode detection in batch mode did not work. Fixed. Firmware: Flasher Portable PLUS: Number of bytes to program was not calculate correctly, progress bar showed wrong percentage. Fixed. Firmware: Flasher Portable PLUS: Open flash loaders for RISC-V did not work properly anymore (introduced with V6.46). Fixed. Firmware: Flasher Portable PLUS: Warning "J-Link low on memory" could occur after using SPI functionality of J-Link. Fixed. Firmware: J-Link EDU Mini: RISC-V: On implementations that do not populate a "program buffer" CSRs could not be accessed correctly, resulting in non-functional debug sessions. Fixed. Firmware: J-Link EDU Mini: RISC-V: Reset on SiFive FE310 device (mounted on HiFive1 boards) could fail with timeout error. Fixed. Firmware: J-Link EDU/BASE/PLUS V10: Added support for RISC-V behind a DAP as setup. Firmware: J-Link EDU/BASE/PLUS V10: Increased heap size of firmware (Added support for heap over multiple memory ranges with gaps between them) Firmware: J-Link EDU/BASE/PLUS V10: RISC-V: On implementations that do not populate a "program buffer" CSRs could not be accessed correctly, resulting in non-functional debug sessions. Fixed. Firmware: J-Link EDU/BASE/PLUS V10: RISC-V: Reset on SiFive FE310 device (mounted on HiFive1 boards) could fail with timeout error. Fixed. Firmware: J-Link EDU/BASE/PLUS V10: SWO: Under very special circumstances it could happen that the 1st byte received on SWO was swallowed. Only happened, if SWO pin was used for something else between SWO_Stop() and SWO_Start(). Fixed. Firmware: J-Link EDU/BASE/PLUS V10: Warning "J-Link low on memory" could occur after using SPI functionality of J-Link. Fixed. Firmware: J-Link OB-K22-SiFive: RISC-V: Reset on SiFive FE310 device (mounted on HiFive1 boards) could fail with timeout error. Fixed. Firmware: J-Link PRO V4: Added support for RISC-V behind a DAP as setup. Firmware: J-Link PRO V4: RISC-V: On implementations that do not populate a "program buffer" CSRs could not be accessed correctly, resulting in non-functional debug sessions. Fixed. Firmware: J-Link PRO V4: RISC-V: Reset on SiFive FE310 device (mounted on HiFive1 boards) could fail with timeout error. Fixed. Firmware: J-Link PRO V4: Warning "J-Link low on memory" could occur after using SPI functionality of J-Link. Fixed. Firmware: J-Link PRO V4: When connecting via IP and using RTT it could happen that J-Link FW crashed and rebooted if the PC did not exit the controlling process in a clean way. Fixed. Firmware: J-Link ULTRA+ V4: Added support for RISC-V behind a DAP as setup. Firmware: J-Link ULTRA+ V4: RISC-V: On implementations that do not populate a "program buffer" CSRs could not be accessed correctly, resulting in non-functional debug sessions. Fixed. Firmware: J-Link ULTRA+ V4: RISC-V: Reset on SiFive FE310 device (mounted on HiFive1 boards) could fail with timeout error. Fixed. Firmware: J-Link ULTRA+ V4: Warning "J-Link low on memory" could occur after using SPI functionality of J-Link. Fixed. Firmware: J-Link ULTRA+ V4: When connecting via IP and using RTT it could happen that J-Link FW crashed and rebooted if the PC did not exit the controlling process in a clean way. Fixed. Firmware: J-Link-OB-K22-SiFive: Linux: When using both VCOM ports extensively under special circumstances it could happen that the USB communication locked up. Fixed. Firmware: J-Trace PRO V1 Cortex-M: When connecting via IP and using RTT it could happen that J-Link FW crashed and rebooted if the PC did not exit the controlling process in a clean way. Fixed. Firmware: J-Trace PRO V2 Cortex-M: Corrected typo on th webserver trace configuration page. Firmware: J-Trace PRO V2 Cortex-M: When connecting via IP and using RTT it could happen that J-Link FW crashed and rebooted if the PC did not exit the controlling process in a clean way. Fixed. Firmware: J-Trace PRO V2 Cortex: Corrected typo on th webserver trace configuration page. Firmware: J-Trace PRO V2 Cortex: When connecting via IP and using RTT it could happen that J-Link FW crashed and rebooted if the PC did not exit the controlling process in a clean way. Fixed. Flasher ARM / PRO / Portable PLUS: Init/Exit step BNE and BEQ could jump to #step + 1. Fixed. Flasher ARM / PRO / Portable PLUS: Open Flashloader RAMCodes in stand-alone-mode can be >12kB now. Flasher ARM / PRO / Portable PLUS: Stand-alone mode did not work for some ARM devices. Introduced in V6.47b. Fixed. Flasher ARM / PRO: Reading or writing memory in J-Link mode via JTAG caused the firmware to hang and report a USB timeout. Fixed. Flasher: Added stand-alone mode support for Traveo2 CYT2B and CYT4B devices. Flasher: Added stand-alone mode support for Traveo2 CYT2B and CYT4B devices. GDBServer: Under special circumstances, a remote "g" packet error popped up when using the GDBServer with Cortex-AR or MIPS. Fixed. GUI applications (Linux): The directory the application was executed from affected the behavior of the application. Fixed. J-Flash Lite: Updated to select the flash base address of the selected device by default as "Prog. Addr." instead of always 0x00000000. J-Flash Lite: Updated to select the flash base address of the selected device by default as "Prog. Addr." instead of always 0x00000000. J-Flash SPI: Added flash programming support for ISSI IS25LP016D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25LP016D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25LP080D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25LP080D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25WP016D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25WP016D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25WP080D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25WP080D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25WP128D SPI Flash. J-Flash SPI: Added flash programming support for ISSI IS25WP128D SPI Flash. J-Flash SPI: Licenses that have been burned into J-Link via J-Link Commander "license add" command were not detected properly. Fixed. J-Flash: Generated data files could be unnecessarily big. Fixed. J-Flash: Generated data files could be unnecessarily big. Fixed. J-Flash: Improved error messages during the check, if the data fits into the flash memory. J-Flash: Improved error messages during the check, if the data fits into the flash memory. J-Flash: Licenses that have been burned into J-Link via J-Link Commander "license add" command were not detected properly. Fixed. J-Link BASE/EDU/PLUS: SPI flash programming with J-Flash SPI was very slow. Fixed. J-Link Commander: RISC-V: Added to the list of suggested/available interfaces JFlash: Added command line parameter "?" (Same functionality as "-?"). JFlash: Added command line parameter "?" (Same functionality as "-?"). JFlashSPI: Added SPI flash programming support for ISSI IS25LP016D SPI flash. JFlashSPI: Added SPI flash programming support for ISSI IS25LP016D SPI flash. JFlashSPI_CL: Added command line parameter "?" (Same functionality as "-?"). JFlashSPI_CL: Added command line parameter "?" (Same functionality as "-?"). JLinkRTTClient: Added command line parameter "?" (Same functionality as "-?"). JLinkRTTClient: Added command line parameter "?" (Same functionality as "-?"). JLinkRTTLogger: Added command line parameter "?" (Same functionality as "-?"). JLinkRTTLogger: Added command line parameter "?" (Same functionality as "-?"). JLinkSTR91x: Added command line parameter "?" (Same functionality as "-?") and implemented "help" functionality which returns the available command line parameters. JLinkSTR91x: Added command line parameter "?" (Same functionality as "-?") and implemented "help" functionality which returns the available command line parameters. JTAGLoad: Added command line parameters "?" and "-?" (Same functionality as "/?"). JTAGLoad: Added command line parameters "?" and "-?" (Same functionality as "/?"). PCodes: Changed an ambiguous J-Link report output. PCodes: Resolved an issue where some Cypress PSoC4 devices would not unlock automatically when connecting to them. Fixed. Package: USB driver for VCOM: Under very special circumstances bluescreens could occur when using VCOM. Fixed. (Driver update only applies to Windows Vista and later. Windows XP still uses the old driver as the new one is not compatible to Windows XP anymore) RTTClient: Connecting to existing session did not work correctly on MacOS. Fixed. RTTClient: Linux: Ubuntu: Attaching to existing debug session did not work properly. Fixed. RTTLogger (Linux): Using logrotate lead to null characters being printed before RTT data. Fixed., RTTViewer: Added 'All terminals' message in case of connection loss. RTTViewer: Added information display on how to correctly enter RTT control block search range. RTTViewer: Echo to Terminal 0 / 'All terminals' was not working correctly. Fixed. RTTViewer: Fixed 'Attach to existing session' mode for Windows, MacOS and Linux. RTTViewer: Fixed typo. RTTViewer: Improved J-Link connect/ disconnect sequence. RTTViewer: Improved handling for data logging. RTTViewer: Improved handling for terminal logging. RTTViewer: Improved log messages when connecting to J-Link. RTTViewer: Improved log output. RTTViewer: Improved reconnecting for attach mode. RTTViewer: Improved the handling in case reading of RTT data failed. RTTViewer: In some occasions, the CL option '--autoconnect' did not work. Fixed. RTTViewer: In some rare occasions, clearing a terminal could crash the application. Fixed. RTTViewer: Linux: Ubuntu: Option "Attaching to existing debug session" did not work properly. Fixed. RTTViewer: Some ANSI CSI sequences caused the application to crash. Fixed. RTTViewer: The '--autoconnect' CL option caused the application to crash. Fixed. RemoteServer: Command line options '-select USB=' and '-SelectEmuBySN ' did not work correctly. Fixed. SDK (Windows): Linking against the *.lib files with MinGW did throw errors reg. undefined references to "__security_check_cookie" and "__GSHandlerCheck". Fixed. SDK: JLINKARM_EraseChip() did not use the EraseChip command to erase the entire flash but the EraseSector command. Changed. SDK: JLINKARM_EraseChip() did not use the EraseChip command to erase the entire flash but the EraseSector command. Changed. Trace: Under certain circumstances backtrace was not showing for targets with PTM. Fixed. UM08002: Chapter "Python support" added. UM08002: Chapter "Python support" updated. Section "API Functions": Added "FlashDownload" description

37,719

社区成员

发帖
与我相关
我的任务
社区描述
JavaScript,VBScript,AngleScript,ActionScript,Shell,Perl,Ruby,Lua,Tcl,Scala,MaxScript 等脚本语言交流。
社区管理员
  • 脚本语言(Perl/Python)社区
  • IT.BOB
加入社区
  • 近7日
  • 近30日
  • 至今

试试用AI创作助手写篇文章吧