Tiny Core Linux
Tiny Core Base => TCB Tips & Tricks => Topic started 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...
-
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.
-
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.
-
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.
-
It was in there when I checked.
weird, i couldn't find it yesterday. there it is, in /usr/bin