Search Criteria
Package Details: nxp-gui-guider 1.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nxp-gui-guider.git (read-only, click to copy) |
---|---|
Package Base: | nxp-gui-guider |
Description: | A user-friendly graphical user interface development tool from NXP that enables the rapid development of high quality displays with the open-source LVGL graphics library |
Upstream URL: | https://www.nxp.com/design/software/development-software/gui-guider:GUI-GUIDER |
Keywords: | Gui-Guider LVGL NXP |
Licenses: | custom:NXP SOFTWARE LICENSE AGREEMENT |
Submitter: | yjun |
Maintainer: | yjun |
Last Packager: | yjun |
Votes: | 2 |
Popularity: | 0.48 |
First Submitted: | 2021-12-18 09:11 (UTC) |
Last Updated: | 2025-05-21 16:07 (UTC) |
Dependencies (11)
- cmake (cmake3AUR, cmake-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR)
- libappindicator-gtk3
- libffi (libffi-gitAUR)
- libnotify (libnotify-gitAUR)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- libxtst
- nss (nss-hgAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- tar (tar-gitAUR) (make)
- xdg-user-dirs (make)
Latest Comments
Sucharek commented on 2025-05-23 16:25 (UTC)
There's an issue with building for MCUXpresso in the current Gui Guider version (1.9.1-GA). The app looks for MCUXpresso in
/usr/local/mcuxpressoide
. Themcuxpresso-ide
AUR package gets installed in/opt/mcuxpresso-ide
.How to fix this? You can make a symlink that leads from
/opt/mcuxpresso-ide
to/usr/local/mcuxpressoide
.One more thing. While compiling, it also looks for build tools at
/usr/local/mcuxpressoide/ide/tools/bin
, which doesn't exist. That can also be solved with a symlink from/opt/mcuxpresso-ide/ide/plugins/com.nxp.mcuxpresso.tools.linux_24.12.0.202407110909/tools
to/opt/mcuxpresso-ide/ide/tools
. This works on MCUXpresso version 24.12.148.FederAndInk commented on 2023-04-20 10:25 (UTC)
Here is a patch for the latest version