nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
13 stars 0 forks source link

linux installer not running, or installing anything #26

Open EdwinFairchild opened 7 months ago

EdwinFairchild commented 7 months ago

Ive ran the .deb file and all I get is the output below. Ive tried different permission settings with no luck. I already have arm gnu tools on my system, I am trying to use the install in hopes that it will resolve my build issue /home/eddie/arm/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: cannot find -lcr_newlib_nohost

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  libflashrom1
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
DragosMiloiuNXP commented 7 months ago

Hi @EdwinFairchild,

Looking at the error it seems that you are trying to build a project using a GCC that does not include the "Arm GNU Toolchain add-ons" - https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Dependency-Installation#additional-individual-components.

There are two possible solutions for this: