WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: building code on tinycore  (Read 7159 times)

Offline w0mbat

  • Newbie
  • *
  • Posts: 1
building code on tinycore
« on: January 07, 2009, 11:09:17 AM »
I've been trying to build programs (e.g. NMAP) but I'm having trouble - GCC's extension is there but when you load that you don't get 'as'.  There's no tool-to-extension directory as far as I know and I can't see which extension would load the assembler.

Suggestions...

- add a howto-ish document on how to compile things (i.e. what extensions you need to load)
- add a directory of what files are in what extensions

If there's some simple way to grab all the tce files and check them for 'as' I'd do that...

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: building code on tinycore
« Reply #1 on: January 07, 2009, 11:44:59 AM »
If you're talking about the gcc-3.3.6 extensions, then yes, it only comes with gcc and nothing more.  It is meant for things that requires libstdc++5 (and maybe others).

If you want a complete suite with a compiling environment (toolchain), use compiletc.

Offline tobiaus

  • Suspended
  • Hero Member
  • *****
  • Posts: 599
Re: building code on tinycore
« Reply #2 on: January 07, 2009, 09:59:23 PM »
If you want a complete suite with a compiling environment (toolchain), use compiletc.

i couldn't find "as" in compiletc either, at least sudo find couldn't find anything with "as" in it.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: building code on tinycore
« Reply #3 on: January 07, 2009, 10:29:25 PM »
i couldn't find "as" in compiletc either, at least sudo find couldn't find anything with "as" in it.
It was in there when I checked.

Offline tobiaus

  • Suspended
  • Hero Member
  • *****
  • Posts: 599
Re: building code on tinycore
« Reply #4 on: January 07, 2009, 11:13:53 PM »
Quote
It was in there when I checked.

weird, i couldn't find it yesterday. there it is, in /usr/bin