You are not logged in.
Pages: 1
Hello,
For my studies, I need to work with MCUxpresso. My school provided us with a version of MCUxpresso (mcuxpressoide-24.12.148.x86_64.deb.bin) that does not require an NXP.com account to work.
I made the file executable using chmod, but when I try to install it, I get the following error:
./install.sh: line 28: dpkg: command not found
./install.sh: line 30: apt: command not found
libncursesw5 must be installed in order to use the ARM GNU toolchain. The library is not available on your system, and the MCUXpresso IDE installer could not install it. Please refer to the release notes for further details.
Could anyone help me?
I also downloaded ncurses and ncurses5-compat-libs, but I still encounter the same errors.
Offline
Have you tried git cloning the aur repo for mcuxpresso-ide and then replacing the source in the PKGBUILD?
Offline
Pages: 1