WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: how install gcc and make?  (Read 6829 times)

Offline lumianic

  • Newbie
  • *
  • Posts: 3
how install gcc and make?
« on: February 15, 2011, 05:08:42 AM »
hi, i am a new user to linux. I want to install gcc and make into TC, but i fail to do so.
Can anyone kind enough to teach me how to install both of these apps? ;D

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: how install gcc and make?
« Reply #1 on: February 15, 2011, 05:35:14 AM »
If you load the compiletc extension, it will load gcc, make and a bunch of other stuff required to compile in tc.

Also it would be a good idea to have a look at the extension making section of the wiki.

Offline lumianic

  • Newbie
  • *
  • Posts: 3
Re: how install gcc and make?
« Reply #2 on: February 15, 2011, 05:40:53 AM »
http://wiki.tinycorelinux.com/Creating+Extensions
is this page?
then how i should start on? btw, i am new user to linux.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: how install gcc and make?
« Reply #3 on: February 15, 2011, 05:47:59 AM »
I presume you were looking to install gcc and make in order to compile an application for tinycore - is this what you'd like to do?

If so, which application are you trying to compile?

Note if you're new to linux, maybe it would be better to get used to using tinycore with the many application extensions available via the app browser before moving on to compiling your own applications.

Offline lumianic

  • Newbie
  • *
  • Posts: 3
Re: how install gcc and make?
« Reply #4 on: February 15, 2011, 05:51:09 AM »
ur guess is right. I want to install gcc and make , so that i can install wifi driver for my laptop. Can you teach me on this?
« Last Edit: February 15, 2011, 06:02:28 AM by lumianic »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: how install gcc and make?
« Reply #5 on: February 15, 2011, 06:50:40 AM »
Which wifi hardware does your laptop have - maybe the driver is already in the extensions repo?

Offline avr001

  • Newbie
  • *
  • Posts: 8
Re: how install gcc and make?
« Reply #6 on: August 09, 2019, 01:31:31 AM »
http://wiki.tinycorelinux.net/Creating+Extensions

This topic does not exist yet


can't not see - - !

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: how install gcc and make?
« Reply #7 on: August 09, 2019, 02:55:01 AM »
http://wiki.tinycorelinux.net/Creating+Extensions

This topic does not exist yet


can't not see - - !

Hi, avr001!

Open http://wiki.tinycorelinux.net  and in the search field enter "creating+extensions"
You will see a list of topics related to extensions creating. Choose one of them and enjoy )

The very best will be to load the Book from TinyCore site, it will answer a lot of questions and explain the main concepts.
Have a nice reading!

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1343
Re: how install gcc and make?
« Reply #8 on: August 09, 2019, 05:45:14 AM »
Hello, lumianic and avr001. Install compiletc either via the Apps button on the dock (if you have a GUI) or at the command line with this command:
Code: [Select]
tce-load -wi compiletccompiletc will pull in gcc, make, and a few other extensions you might need.

The wiki page you are looking for is here:
http://wiki.tinycorelinux.net/wiki:creating_extensions

P.S. Before embarking on this journey, make sure to browse what's available in the repository. Using either Apps (GUI) or tce-ab (CLI) search for firmware and see what's available. Chances are that what you need is already in the repository.

« Last Edit: August 09, 2019, 05:50:39 AM by GNUser »