eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
80 stars 33 forks source link

No project templates #182

Closed ghost closed 2 years ago

ghost commented 3 years ago

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?

yowelin commented 3 years ago

the same issue here

eriawan commented 3 years ago

@darkSKULL-labs What is the version of .NET Core SDK that you use?

Current Eclipse aCute doesn't support .NET Core 5.0 yet.

SimpleSamples commented 2 years ago

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?

eriawan commented 2 years ago

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.

eriawan commented 2 years ago

I'm going to close this, as the original asker does not reply further.

Henry586 commented 2 years ago

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

Satvik3799 commented 8 months ago

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 /23.1std/nios2eds/bin A folder named Eclipse was created and I copied all of the contents of that extracted folder and dumped it into the /23.1std/nios2eds/bin directory. I replaced the eclipse-nios2 executable with the one that was in the extracted folder. And ran eclipse from there. It started working.

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!"