Tiny Core Base > TCB Tips & Tricks
building code on tinycore
(1/1)
w0mbat:
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...
^thehatsrule^:
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.
tobiaus:
--- Quote from: ^thehatsrule^ on January 07, 2009, 02:44:59 PM ---If you want a complete suite with a compiling environment (toolchain), use compiletc.
--- End quote ---
i couldn't find "as" in compiletc either, at least sudo find couldn't find anything with "as" in it.
^thehatsrule^:
--- Quote from: tobiaus on January 08, 2009, 12:59:23 AM ---i couldn't find "as" in compiletc either, at least sudo find couldn't find anything with "as" in it.
--- End quote ---
It was in there when I checked.
tobiaus:
--- Quote ---It was in there when I checked.
--- End quote ---
weird, i couldn't find it yesterday. there it is, in /usr/bin
Navigation
[0] Message Index
Go to full version