WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: request vs code extension on x86 or raspberry, thanks  (Read 2769 times)

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
request vs code extension on x86 or raspberry, thanks
« on: September 26, 2020, 05: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!

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: request vs code extension on x86 or raspberry, thanks
« Reply #1 on: September 26, 2020, 05:58:38 AM »
I'm not sure what is meant by "vs code", but the compiletc meta extension will load a development environment.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: request vs code extension on x86 or raspberry, thanks
« Reply #2 on: September 26, 2020, 06:09:09 AM »
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.

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: request vs code extension on x86 or raspberry, thanks
« Reply #3 on: September 26, 2020, 06:38:35 AM »
I am really sorry.

  what i mean is microsoft visual studio code, thanks

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: request vs code extension on x86 or raspberry, thanks
« Reply #4 on: September 26, 2020, 07:41:11 AM »
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)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: request vs code extension on x86 or raspberry, thanks
« Reply #5 on: September 26, 2020, 07:52:38 AM »
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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: request vs code extension on x86 or raspberry, thanks
« Reply #6 on: September 26, 2020, 08:32:26 AM »
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:
Code: [Select]
tce-load -i geany

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 402
Re: request vs code extension on x86 or raspberry, thanks
« Reply #7 on: September 26, 2020, 01:42:43 PM »
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.

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: request vs code extension on x86 or raspberry, thanks
« Reply #8 on: September 26, 2020, 05:39:55 PM »
@Greg Erskine  right.  what I need is visual studio code, I think it is the best IDE now

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: request vs code extension on x86 or raspberry, thanks
« Reply #9 on: September 29, 2020, 12:57:40 AM »
geany copied to the piCore-11.x repos

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: request vs code extension on x86 or raspberry, thanks
« Reply #10 on: September 29, 2020, 06:58:07 PM »
thanks, i installed and runs ok