| Author |
Message |
Kayotica
Joined: 03 Jan 2010 Posts: 2
|
Posted: Sun 03 Jan 2010, 07:38 Post subject:
Will the Devx Module work with Assembly language? |
|
Hi, long time user of Puppy Linux, new to the forums.
Just need to ask, the Devx Module allows for Puppy to compile C/C++ programs, even though it takes some tweaking and skill that i have yet to master. however i know it can do it but i am shady on the topic of if it can double as an Assembler,
If Puppy Linux +Devx can Assemble Assembly then how dose one go about doing it is my question.
Thanks in Advance.
|
|
Back to top
|
|
 |
G0XAN
Joined: 08 May 2009 Posts: 31 Location: Brighton, UK
|
Posted: Sun 03 Jan 2010, 10:51 Post subject:
|
|
The devx module includes the gcc C/C++ compiler, and therefore also the assembler and linker.
The linker is called "as" (not "gas" as you might expect). You can check you have it after setting up devx by using "which as". The answer should be "/usr/bin/as"
The easiest way to get devx up & running is to use the appropriate sfs, just set it up to mount at start-up and off you go. If you are running a full install it's a little more complicated, but if you follow the step-by-step instructions here:
http://www.murga-linux.com/puppy/viewtopic.php?t=22701
then it's fairly easy.
Hope this helps
_________________ Gary
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6663 Location: lisbon
|
Posted: Sun 03 Jan 2010, 21:29 Post subject:
|
|
Also, the devx .sfs file used to also come with the nasm assembler...not sure whether it still does?
|
|
Back to top
|
|
 |
Kayotica
Joined: 03 Jan 2010 Posts: 2
|
Posted: Mon 04 Jan 2010, 08:57 Post subject:
thanks |
|
Awesome-o, thanks guys that exactly what i needed.
well have a good holidays.
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6663 Location: lisbon
|
Posted: Tue 05 Jan 2010, 04:07 Post subject:
|
|
You could also check the Fasm site, as it will also run on puppy, and they have a dedicated linux subsection on their forum.
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6874 Location: Perth, Western Australia
|
Posted: Tue 05 Jan 2010, 20:01 Post subject:
|
|
Yes, the devx includes 'nasm'.
For the latest Quirky, 003, I have also thrown in 'yasm'.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
|