Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Lf3T-Hn4D on January 22, 2006, 07:42:18 pm
-
Hi,
Though this might be rather intrusive, i'm wondering if there will ever be any masm (vctoolkit) or nasam (gcc) support?
It's rather annoying to be building my own batch file and i don't even know how to pass in the correct parameter to get it working. Not to mention the project i'm working with have some asm files which are shared among different projects with different compiler defines set.
-
It's rather annoying to be building my own batch file and i don't even know how to pass in the correct parameter to get it working.
Did you search in the forum for useful posts? I think that a try would be worth :).
Michael
-
Yes i did. But I didn't get any good results. All I get was post about code::blocks don't support asm files. No body actually talked about what params to pass in or anything :?
-
Try with e.g., "custom build", "batch file" (may be advanced search). I have found some info, but I do not know if they can be useful for you.
If not try to look at project/file --> Properties or may be with the Tools. [EDIT] May be by using a script file?
Michael
PS.: Did you give a try to nasm (http://sourceforge.net/projects/nasm)?
-
Have a look at:
- http://forums.codeblocks.org/index.php?topic=1058.0
- http://forums.codeblocks.org/index.php?topic=900.0
- http://forums.codeblocks.org/index.php?topic=629.0
- http://forums.codeblocks.org/index.php?topic=47.0
Hope this would help a bit.
Michael
-
thanks for the link. Though i still wish asm is supported natively. :P Guess i just have to wait for the new compile system.
-
Though i still wish asm is supported natively.
NASM is a good alternative. It is used for building cross-platform and open source projects as Vitooki (http://vitooki.sourceforge.net/) and xvidcore (http://www.xvid.org/).
:P Guess i just have to wait for the new compile system.
That would be interesting, but I do not know how easy it would be to do, because C::B supports several compilers.
Michael
-
NASM is a good alternative. It is used for building cross-platform and open source projects as Vitooki (http://vitooki.sourceforge.net/) and xvidcore (http://www.xvid.org/).
Yeah, when i say asm, i meant both masm and nasm. :) Would be nice to have VCToolkit with nasm or masm support in C::B.