Task build_all completely missing - noobie [RESOLVED]

I’m not sure what I’m missing but I’m in vs code and cannot find the task build_all in the shift+ctrl+p menu: https://imgur.com/a/FlaVU4b

I followed every step on Getting Started - Daisy, including flashing the seed pod and putting it into bootloader mode (single red light).

Is there some other steps that are assumed by experts that I might have missed?

I figured it out from this post:

You must only open the Blink folder with the vscode file menu. It will then see the .vscode folder and find the command. Remember to hit enter after typing task build_all as well. And it’s ctrl + p, not shift + ctrl + p to run the task commands.

But now I get this error:

No such file or directory: Could not open file build/Blink.bin for reading
make: *** [../../libDaisy/core/Makefile:344: program-dfu] Error 74

If I try to run build_all again I get this error:

Executing task: make

-f was unexpected at this time.
make: *** [Makefile:227: lgpl] Error 255

I just fixed that by selectin git bash as my default profile in the bottom right + symbol. Not sure how that got reset.

Everything works now.

1 Like