Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: lovelypp on September 26, 2020, 08:42:32 AM
-
I want to build a develop environment using vs code. can anyone proivde this extension ?
if it can run on piCore or x86, then it will be very convenient.
thanks!
-
I'm not sure what is meant by "vs code", but the compiletc meta extension will load a development environment.
-
Hi lovelypp
Please don't double post. I removed your identical question from the Raspbery Pi sub-forum.
By vs I take it you mean Visual Studio (VS) not "versus".
Your question is very broad and lacks detail of what you wish to accomplish.
If you are looking for a toolchain for compiling C/C++ then you want compiletc.tcz.
If you are interested in .NET/C# then maybe mono.tcz is what you are looking for.
If you want a nice programmers editor, geany.tcz is a good way to go.
-
I am really sorry.
what i mean is microsoft visual studio code, thanks
-
thanks Rich, it seems geanny is great, but there is no geany.tcz on piCore (http://tinycorelinux.net/11.x/armv6/tcz/).
I want a IDE (like visual studio code or codeblocks or geany). I want to build a dev envronment for children (c/c++ & python)
-
There's build instructions for geany here: http://tinycorelinux.net/11.x/x86_64/tcz/src/geany/compile_geany
..substitute "-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp" for "-mtune=generic" to build for piCore
-
Hi lovelypp
thanks Rich, it seems geanny is great, but there is no geany.tcz on piCore (http://tinycorelinux.net/11.x/armv6/tcz/). ...
I think the TC9 version should work under TC11. Download these into your tce directory:
http://tinycorelinux.net/9.x/armv6/tcz/geany.tcz
http://tinycorelinux.net/9.x/armv6/tcz/geany.tcz.dep
Then:
tce-load -i geany
-
I just want to point out Visual Studio and Visual Studio Code are different animals. I recently confused the two.
FYI: There is a thread on getting Visual Studio Code compiled on Raspberry Pi OS at the Raspberry Pi forums.
-
@Greg Erskine right. what I need is visual studio code, I think it is the best IDE now
-
geany copied to the piCore-11.x repos
-
thanks, i installed and runs ok