Closed tanklist closed 6 months ago
Hi @tanklist The reason is you don't install the tool "xpack-riscv-none-elf-gcc". You should install this package by follow these steps:
npm install --location=global xpm@latest
xpm install --global @xpack-dev-tools/riscv-none-elf-gcc@latest --verbose
Because my laptop is Arm64, I got an error: error: platform win32-arm64 not supported. I can't test step 3 now. I will try it on a X64 PC a few days later.
I've done everything you suggested and it was quite helpful, but I've got a new error message: It seems I miss any other required tools. Would you suggest what else I need to install?
@tanklist I strongly recommend you try Arduino IDE 2.3.2, which can install Sophgo requirement smoothly. Tested on Win11 X64.
I have read the JSON file,in generally, I don't need to install requirement by myself, just click the install button, everything should work fine. But this step failed on Arduino 1.8.3, it might have some errors here, But for a user sentence, I just recommend you to use 2.3.2 version in this moment.
I was able to solve the problem using Arduino IDE 2.3.2 only. It seems 1.8.x version doesn't work properly with your framework. However I see "The current latest version is 2.3.2, and it is recommended to use version 1.8.X or above" in the tutorial. I guess you should update the tutorial.
I was able to solve the problem using Arduino IDE 2.3.2 only. It seems 1.8.x version doesn't work properly with your framework. However I see "The current latest version is 2.3.2, and it is recommended to use version 1.8.X or above" in the tutorial. I guess you should update the tutorial.
OK, this is a mistake in the tutorial. I'll make a PR to fix it.
I tried to add SG200X board in Arduino IDE 1.8.19 but I got an error: and in a console:
OS is Windows 10 22H2. What the problem is? As I understood from the description Add Duo to Arduino IDE this should work properly with my configuration.