ryu10 / M5CardForth

22 stars 1 forks source link

error message #2

Open arblake opened 1 month ago

arblake commented 1 month ago

I have compiled and uploaded but get error message :+1: ERROR: ( NOT FOUND!

Any suggestions

ryu10 commented 1 month ago

I cannot figure out the exact cause of your issue at this moment, but it could be that some part of the contents uploaded to your M5Cardputer is corrupted. However, normally PlatformIO should take care of all the dependency resolving, downloads, software build and uploads.

What I would recommend are:

I verified that the following setups work.

  1. macos Sonoma (14.1.1), VSCode 1.89.1, PlatformIO IDE v3.3.3
  2. Windows 10 Pro (22H2), VSCode 1.89.1, PlatformIO IDE v3.3.3

If the issue persists, please let me know more details about the hardware/software you are using, and when / where you encounter the error message.

Thanks