Xinyuan-LilyGO / lilygo-micropython

Micropython for LILYGO boards
GNU General Public License v3.0
88 stars 28 forks source link

Build LilyGo T-PicoC3 error: Invalid MICROPY_BOARD specified: LILYGO_T_PicoC3 #18

Closed FreddyBI closed 1 year ago

FreddyBI commented 1 year ago

Hello,

T-PicoC3 $ cp config_T-PicoC3 config $ sudo apt install gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential $ make

How resolve this problem?

image

lbuque commented 1 year ago
sudo apt-get install git make python3 python3-pip cmake quilt
rm build_dir -rf
make
FreddyBI commented 1 year ago

Thanks for help.

sudo apt-get install git make python3 python3-pip cmake quilt rm build_dir -rf make --> now other Build error Untitled1 Untitled2 Untitled3

FreddyBI commented 1 year ago

Hello, I reinstall all. And now build is ok. Thanks.