You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used MCUXpresso installer to install all the toolchain software under Debian Linux.
However it created two different directories for toolchain: arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi and arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi
The VSCode Extension only found arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi as the available toolchain, but the installed standalone add-ons are installed inside arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi
So during buiding, it reported linker didn't find cr_newlib_nohost, I manually copied all contents under arm-gnu-toolchain-add-ons-13.2.1 to arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi, then fixed the building
Extension version: 1.10.128
VS Code version: Code 1.91.1 (f1e16e1e6214d7c44d078b1f0607b2388f29d729, 2024-07-09T22:08:12.169Z)
OS version: Linux x64 6.1.0-18-amd64
Modes:
System Info
Item
Value
CPUs
11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 x 4200)
We just released an updated version of the add-on (13.2.2) that fixes the incorrect paths, so now it should be added correctly on top of the ARM GCC. As you already have fixed it manually, you don't need to do anything else in this moment.
Type: Bug
I used MCUXpresso installer to install all the toolchain software under Debian Linux.
However it created two different directories for toolchain:
arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi
andarm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi
The VSCode Extension only found
arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi
as the available toolchain, but the installed standalone add-ons are installed insidearm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi
So during buiding, it reported linker didn't
find cr_newlib_nohost
, I manually copied all contents underarm-gnu-toolchain-add-ons-13.2.1
toarm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi
, then fixed the buildingExtension version: 1.10.128
VS Code version: Code 1.91.1 (f1e16e1e6214d7c44d078b1f0607b2388f29d729, 2024-07-09T22:08:12.169Z)
OS version: Linux x64 6.1.0-18-amd64
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: