Error compiling Blink for Pi Pico

I added the new board definitions for the Pi Pico, but on compiling the Blink sketch I get these errors:

Arduino:1.8.13 (Mac OS X), Board:"Raspberry Pi Pico, 2MB (no FS), 125 MHz, Disabled, None"

dyld: lazy symbol binding failed: Symbol not found: _getentropy
  Referenced from: /Users/user1/Library/Arduino15/packages/rp2040/tools/pqt-python3/1.0.1-base-3a57aed/python3
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _getentropy
  Referenced from: /Users/user1/Library/Arduino15/packages/rp2040/tools/pqt-python3/1.0.1-base-3a57aed/python3
  Expected in: /usr/lib/libSystem.B.dylib

signal: trace/BPT trap
/Applications/Arduino 1.8.13.app/Contents/Java/arduino-builder antwoordde 255
Fout bij het compileren voor board Raspberry Pi Pico


Dit rapport zou meer informatie bevatten met
"Uitgebreide uitvoer weergeven tijden compilatie"
optie aan in Bestand -> Voorkeuren.

The board files I used are these:

Does anybody have an idea what goes wrong?

As the compiler suggests to do extended error reporting, I included the full error list as a .txt file.

errorreportFull.txt (25.8 KB)

I found out the problem arises because the portable python3 file inside the board files is demanding OSX 10.12.
Does anybody have a portable python3 unix executable that runs on 10.11?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.