Tiny Core Linux

Tiny Core Base => TCB Tips & Tricks => Topic started by: w0mbat on January 07, 2009, 02:09:17 PM

Title: building code on tinycore
Post by: w0mbat on January 07, 2009, 02:09:17 PM
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...
Title: Re: building code on tinycore
Post by: ^thehatsrule^ on January 07, 2009, 02:44:59 PM
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.
Title: Re: building code on tinycore
Post by: tobiaus on January 08, 2009, 12:59:23 AM
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.
Title: Re: building code on tinycore
Post by: ^thehatsrule^ on January 08, 2009, 01:29:25 AM
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.
Title: Re: building code on tinycore
Post by: tobiaus on January 08, 2009, 02:13:53 AM
Quote
It was in there when I checked.

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