惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Recent Announcements
Recent Announcements
D
Docker
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
腾讯CDC
B
Blog
博客园_首页
罗磊的独立博客
D
DataBreaches.Net
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - jlink-software-and-documentation
2026-06-21 · via AUR Newest Packages

Pinned Comments

AlexisPolti commented on 2017-06-06 15:39 (UTC)

PLEASE, WHEN THERE IS A NEW VERSION AVAILABLE, ALLOW ME AT LEAST 24H TO UPLOAD A NEW PACKAGE! I got a cron monitoring Segger web page every hour and I usually do it in the next minute. But I might (sometimes) sleep… No need to flag the package out of date!

AlexisPolti commented on 2026-06-21 03:29 (UTC)

Done, in a profound mist. If I did something bad, please feel free to submit a patch!

AlexisPolti commented on 2026-06-20 23:11 (UTC)

Sorry, my Mum died last week, I'm not able to do anything. If you have a patch, please submit it. If not, I'll fix it next week

kokokoshka commented on 2026-06-19 21:06 (UTC) (edited on 2026-06-19 21:06 (UTC) by kokokoshka)

Two issues in the current PKGBUILD:

  1. Script/ directory not copied — All DevProExe PCode scripts (.pex files, e.g. PCode_DevPro_ST_STM32F1.pex) are now located in the Script/ directory, not inside DevProExe/ (which is a single executable file). The PKGBUILD copies DevProExe but omits Script/, so DevProExe cannot find its scripts at runtime. Needs Script added to the cp command.

  2. JLinkSTM32.desktop is orphaned — The STM32 Utility was discontinued by SEGGER and last shipped in v9.22 per their website. The binary doesn't exist in the tarball anymore (confirmed on v9.50 through v9.52), but the desktop file is still installed, pointing to a non-existent /usr/bin/JLinkSTM32. Should be removed.

I can prepare a patch if needed.

chiz commented on 2026-06-11 13:11 (UTC)

now is 2026-6-11, how about it?

AlexisPolti commented on 2026-04-22 15:40 (UTC)

xorly commented on 2026-04-22 15:25 (UTC)

I have md5 sum mismatch on aarch64 938 md5sum of JLink_Linux_V938_arm64.tgz is c5ca81701d39730ddc7169bbfde0fda7 on my end

AlexisPolti commented on 2026-04-15 17:39 (UTC)

datilla commented on 2026-04-13 13:52 (UTC)

Workaround for the error while loading shared libraries: libQtGui.so.4

LD_LIBRARY_PATH=/opt/SEGGER/JLink/ JLinkRTTViewerExe

taotieren commented on 2026-04-09 17:48 (UTC) (edited on 2026-04-12 14:02 (UTC) by taotieren)

Fix dynamic link library issues: https://paste.ubuntu.com/p/PkVdMvn3pQ/plain/

❯ JLinkConfigExe
JLinkConfigExe: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
❯ yay -Ql jlink-software-and-documentation|grep libQtGui.so.4
jlink-software-and-documentation /opt/SEGGER/JLink/libQtGui.so.4
jlink-software-and-documentation /opt/SEGGER/JLink/libQtGui.so.4.8
jlink-software-and-documentation /opt/SEGGER/JLink/libQtGui.so.4.8.7
❯ ldd /opt/SEGGER/JLink/libQtGui.so.4
        linux-vdso.so.1 (0x00007f39ae951000)
        libQtCore.so.4 => not found
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f39ae944000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f39adad4000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f39ae93a000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f39ae91d000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f39adac8000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007f39adabb000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007f39adab3000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007f39adaa6000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f39ada55000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f39ad913000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f39ad600000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f39ad4e2000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f39ad8e4000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f39ad2f1000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f39ad8c9000)
        libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007f39ad8b6000)
        libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007f39ad2b6000)
        libbrotlidec.so.1 => /usr/lib/libbrotlidec.so.1 (0x00007f39ad8a5000)
        libuuid.so.1 => /usr/lib/libuuid.so.1 (0x00007f39ad89b000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f39ad2a2000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f39ad277000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f39ad24c000)
        /usr/lib64/ld-linux-x86-64.so.2 (0x00007f39ae953000)
        libbrotlicommon.so.1 => /usr/lib/libbrotlicommon.so.1 (0x00007f39ad229000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f39ad894000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f39ad221000)

AlexisPolti commented on 2026-04-09 02:01 (UTC)

Package jlink exists, it'a meta-package which contains this one, Ozone and SystemView.

This package has been named after the original software: "J-Link Software and Documentation Pack".