raspberrypi / pico-examples

BSD 3-Clause "New" or "Revised" License
2.9k stars 835 forks source link

pico w examples do not get built #260

Closed tiborh closed 2 years ago

tiborh commented 2 years ago

good up to this point:

  1. create build directory (mkdir build)
  2. cd build
  3. cmake ..
  4. then other make examples seem to be ok (e.g. hello_world or blink)
  5. however make in picow directory does not build anything any idea? what logs would be needed to make sure what is wrong?
kilograham commented 2 years ago

cmake -DPICO_BOARD=pico_w ..

It does not actually log anything, perhaps it could (just seemed like spam for people who weren't using pico_w)

tiborh commented 2 years ago

great, thanks. two new lines appeared:

Enabling build support for Pico W wireless.
Skipping some Pico W examples as WIFI_SSID is not defined
kilograham commented 2 years ago

https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf

tiborh commented 2 years ago

Thank you. This is also great. A good second after the starter guide.

efzedvi commented 2 years ago

The freeRTOS examples however do not get built, as stated here: https://github.com/raspberrypi/pico-examples/issues/251

lurch commented 2 years ago

@tiborh Can this be closed now?

tiborh commented 2 years ago

oh. yes. sorry. issue solved.