raspberrypi / pico-project-generator

Tool to automatically generate a Pico C SDK Project
BSD 3-Clause "New" or "Revised" License
303 stars 74 forks source link

Predefined path to GCC for arm-none-eabi tools #34

Closed ms1963 closed 2 years ago

ms1963 commented 3 years ago

When asking the Pico Project Generator to create output for Visual Studio Code, the generator assumes, the location of these tools is /usr/bin/...... This is statically defined in the Python code.

Proposal: either introduce a command line argument for passing the path or let users specify this path in a configuration file.

lurch commented 3 years ago

Tangentially related to https://github.com/raspberrypi/pico-sdk/issues/258 ?

JamesH65 commented 2 years ago

Fixed on master. 6f2b85fcf85dae3f302d7815fefa0730a6ec1a60