Ndless IDE for wsl
7 posts
• Page 1 of 1
Ndless IDE for wsl
I'm installing the ndless sdk using wsl. Which IDE could i use? I had a experience where i corrupted some data of the wsl because i changed files with windows and not trough the linux console so i wanna make sure i'm getting it right.
-
Rankail
Niveau 4: MC (Membre Confirmé)- Posts: 21
- Joined: 09 Nov 2019, 18:33
- Location: Germany, North Rhine-Westfalia
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 12
Re: Ndless IDE for wsl
You could use vscode, which natively support wsl. Check this link : https://code.visualstudio.com/docs/remote/wsl-tutorial 

-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: Ndless IDE for wsl
I'll try it out once the toolchain is finished - which has been running for almost 2h now because my laptop isn't that fast - and the sdk is fully installed.
-
Rankail
Niveau 4: MC (Membre Confirmé)- Posts: 21
- Joined: 09 Nov 2019, 18:33
- Location: Germany, North Rhine-Westfalia
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 12
Re: Ndless IDE for wsl
I would say there is no perfect answer when it comes to chose the right IDE. This is very often a matter of own preferences.
VSCode is good, and there are really lots of add-ins available, but the philosophy is a bit different than some can expect (meaning many things must be setup by user, many things are optimised for keyboard use rather than mouse, ...), so may users can be a bit "afraid" or at least "disturbed" when using it (and I need to confess I am one of those).
Code::Blocks is also good. And closer to usual IDE approach but with no integration of GIT or WSL, so this part must be setup manually by user. In my case, I have two Code::Blocks setup, one using the windows version and one using the linux version running on WSL with GUI support (I am using GWSL to correctly setup a X11 server on WSL as I was not able to correctly activate the GUI support on my WSL2). If needed you can have a look here https://www.microsoft.com/fr-fr/p/gwsl/9nl6kd1h33v3?activetab=pivot:overviewtab
BR
Sly
VSCode is good, and there are really lots of add-ins available, but the philosophy is a bit different than some can expect (meaning many things must be setup by user, many things are optimised for keyboard use rather than mouse, ...), so may users can be a bit "afraid" or at least "disturbed" when using it (and I need to confess I am one of those).
Code::Blocks is also good. And closer to usual IDE approach but with no integration of GIT or WSL, so this part must be setup manually by user. In my case, I have two Code::Blocks setup, one using the windows version and one using the linux version running on WSL with GUI support (I am using GWSL to correctly setup a X11 server on WSL as I was not able to correctly activate the GUI support on my WSL2). If needed you can have a look here https://www.microsoft.com/fr-fr/p/gwsl/9nl6kd1h33v3?activetab=pivot:overviewtab
BR
Sly
Some works in progress :
The GUI Toolkit NF for nSpire | MyShmup for fxCG-50 | Magic Light for Casio Graph 90+E and Magic Light for nSpire CX/CX-II | Simple Text Editor for nSpire | OutRun for Casio Graph 90+E |
![]() | ![]() | ![]() | ![]() | ![]() |
And more to come ... stay tuned
-
SlyVTTPremium
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 547
- Images: 32
- Joined: 19 Jan 2021, 09:41
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- GitHub: SlyVTT
Re: Ndless IDE for wsl
I got vs code to running, compiled my first code, ran it in firebird and it worked.
Here is my new problem (not really a problem but it's really slow).
When i save my file in vsc i have to compile it. That's normal. But then i have to copy the file from a file explorer opened in wsl to a file-explorer opened in windows just to drag it into the firebird emulator. Is there some way to make this faster? Like automating the copying from wsl to windows? Maybe you could combine it with running make in the launch.json?
Here is my new problem (not really a problem but it's really slow).
When i save my file in vsc i have to compile it. That's normal. But then i have to copy the file from a file explorer opened in wsl to a file-explorer opened in windows just to drag it into the firebird emulator. Is there some way to make this faster? Like automating the copying from wsl to windows? Maybe you could combine it with running make in the launch.json?
-
Rankail
Niveau 4: MC (Membre Confirmé)- Posts: 21
- Joined: 09 Nov 2019, 18:33
- Location: Germany, North Rhine-Westfalia
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: 12
Re: Ndless IDE for wsl
You can access the wsl file system in Windows Explorer if you have a recent enough version. I don't know which one exactly, but you can check it out on the internet.
Otherwise you can always access the windows files system in wsl and save your projects under your C drive, mounted at /mnt/c
Otherwise you can always access the windows files system in wsl and save your projects under your C drive, mounted at /mnt/c

-
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 3446
- Images: 75
- Joined: 04 Jul 2014, 14:40
- Location: Clermont-Ferrand 63
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: ENS Rennes
- GitHub: Ti64CLi
Re: Ndless IDE for wsl
Assuming you have Ubuntu as a WSL distribution, you can access your file also from an windows explorer by using the following path :
\\wsl$\Ubuntu
By default, your projects are certainly in a subdirectory of your home directory :
\\wsl$\Ubuntu\home\xxx
with xxx being your current username.
Hope it helps.
Sly
\\wsl$\Ubuntu
By default, your projects are certainly in a subdirectory of your home directory :
\\wsl$\Ubuntu\home\xxx
with xxx being your current username.
Hope it helps.
Sly
Some works in progress :
The GUI Toolkit NF for nSpire | MyShmup for fxCG-50 | Magic Light for Casio Graph 90+E and Magic Light for nSpire CX/CX-II | Simple Text Editor for nSpire | OutRun for Casio Graph 90+E |
![]() | ![]() | ![]() | ![]() | ![]() |
And more to come ... stay tuned
-
SlyVTTPremium
Niveau 12: CP (Calculatrice sur Pattes)- Posts: 547
- Images: 32
- Joined: 19 Jan 2021, 09:41
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- GitHub: SlyVTT
7 posts
• Page 1 of 1
Return to Native: Ndless, Linux, ...
Who is online
Users browsing this forum: ClaudeBot [spider] and 3 guests