On Sun, Dec 26, 2021 at 10:08:11AM +0100, Jan Stary wrote: > Dear all, > > St. Cthulhu brought me the Raspberry Pi Pico microcontroller to play with. > I am aware it's just a microcontroller with no chance of running and OS, > so this is OT, but this list is probably closest > to where people would perhaps know. > > There is a whole C/C++ SDK to be used when one programs for the RPico. > Having seen it, I would very much like to avoid it, > and just have the compiler, headers and libraries. > > I can't be the first. Has anyone please tried to set this up? > Naively, I am looking at > > arm-none-eabi-binutils > arm-none-eabi-gcc-linaro > arm-none-eabi-gdb > arm-none-eabi-newlib > > and picking files out of the 1573 currently present in > https://github.com/raspberrypi/pico-sdk > > The examples (blink a led, etc) seem trivial enough, > but the SDK seems to be a monster ... > > Thanks > > Jan
Hi, I don't know what you want. If you want the compiler, I think you can pkg_add arm-none-eabi-gcc-linaro and probably arm-none-eabi-binutils. That's just the compiler though, no OS. If you want to run a minimal "OS" on it, I guess the pico-sdk provides just that. Thanks, Patrick
