earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 423 forks source link

Can not find hardware/structs/accessctrl.h #2344

Closed LonoDIY closed 2 months ago

LonoDIY commented 2 months ago

I have installer Arduino-pico according to steps: mkdir -p ~/Arduino/hardware/pico git clone https://github.com/earlephilhower/arduino-pico.git ~/Arduino/hardware/pico/rp2040 cd ~/Arduino/hardware/pico/rp2040 git submodule update --init cd pico-sdk git submodule update --init cd ../tools python3 ./get.py but when I compiled , there is a fatal error c:\program files (x86)\mind+\arduino\hardware\dfrobot\rp2040\pico-sdk\src\rp2_common\hardware_base\include\hardware\address_mapped.h:177:10: fatal error: hardware/structs/accessctrl.h: No such file or directory In the installed directory, only rp2350 directory exists accessctrl.h, image

Is there any steps that I have lost?