flat assembler
Message board for the users of flat assembler.
Index
> Unix > fasm under Freebsd |
Author |
|
hamoz 20 Feb 2007, 03:39
Hello,
why the fasm has no executable file ( object file ) and how could make it executable, note that I have no GCC. thanks alot |
|||
20 Feb 2007, 03:39 |
|
hamoz 20 Feb 2007, 04:08
yumka, thanks alot
|
|||
20 Feb 2007, 04:08 |
|
LocoDelAssembly 20 Feb 2007, 12:07
http://board.flatassembler.net/topic.php?t=6210 (In that case I downloaded the libc version which is an object file and then I linked it on FreeBSD)
|
|||
20 Feb 2007, 12:07 |
|
TheRaven 28 Feb 2015, 07:15
FreeBSD Now comes with CLang (C & C++ Language compiler) supporting both objective and specification 11 in both C & C++ natively compiled for the O.S. Anyone considering a BSD derivative or a new compiler will appreciate the fact that CLang is cross platform and designed modularly. It's quick, clean, extensible and open sourced under a BSD license. Additional support includes LLVM as a backend and LLDB (debugger) at various levels of development.
Have not used LLDB or explored LLVM greatly, but am pleased with CLang's simplicity. Familiar with the GCC commandline interface CLang takes the fasm object and outputs an executable requiring little syntax. clang fasm.o -o fasm ...same as GCC, but CLang is native to the platform it was itself compiled for and comes stock with the BSD systems now. Less download, installation and versioning headaches - to a degree. It's taken a while, but BSD and CLang are both getting where they should be. Sad that the last post prior is dated 2007 -- kind of yanks my chain... Enjoy! Oddly, by the way -- the fasm executable output (on my system) is at 96.6 K. It almost worries me that the executable should be larger, but have noticed that FAsm compiles to a much smaller size in FreeBSD than in Windows -- as long as it runs... |
|||
28 Feb 2015, 07:15 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.