Closed ghost closed 2 years ago
the same issue here
@darkSKULL-labs What is the version of .NET Core SDK that you use?
Current Eclipse aCute doesn't support .NET Core 5.0 yet.
I am using Windows 10 and the following for Eclipse.
Eclipse IDE for C/C++ Developers (includes Incubating components) Version: 2021-12 (4.22.0) Build id: 20211202-1639
I installed aCute into that. I also have no templates. I used the Visual Studio Installer to install .Net Core 3.1 Runtime. Should that have some supported templates?
I installed aCute into that. I also have no templates. I used the Visual Studio Installer to install .Net Core 3.1 Runtime. Should that have some supported templates?
You have to install .NET Core 3.1 SDK, not just the runtime.
I'm going to close this, as the original asker does not reply further.
Just make sure that path "C:\Program Files\dotnet\" in system path, and then restart Eclipse. Now it works. C:\Program Files\dotnet>dotnet --version 3.1.420
Hi, I am having the same issue right now. My laptop configs are: OS: Ubuntu 22.04.2 Arch: x86_64 kernal: 6.5.0-15-generic I am using Eclipse mars 2.0
Workaround I did for running Eclipse from Quartus Prime lite:
I am using the Eclipse from Quartus prime Lite Edition (23.1). Initially it wasn't launching and crashing upon startup. I extracted the "eclipse-cpp-mars-2-linux-gtk-x86_64.tar.gz" file into
How I encountered the issue: I was creating a new project from "file > new > others > Nios II Application and BSP Template" and gave the .sopcinfo file. Gave a project name. I needed to select a Project Template in order to create a new project but the template list is empty and I can't create a new project. When I add the .sopcinfo file, the console gives me this log, "SOPC_KIT_NIOS2 environmental variable is not set!"
Can't create a project because no project template. I have latest dotnet sdk on linux. Just says no project templates available and can't make project. Any ideas why?