|
#1
| |||
| |||
| compile assembly code when i try to compile assembly though the bash terminal i use the gas command and it tells me no command found. i am learning as i go. what i am trying to do is assembly code for a microcontroller that i have to use for class but even though i have written code i can't seem to compile it |
|
#2
| ||||
| ||||
| Use the "as" command instead of gas. In the terminal, type "man as" for more information about the options and such. |
|
#3
| ||||
| ||||
| If it is for a microcontroller you will need to install a gcc (well gas which is part of bintools IIRC) as a cross assembler. The version that comes with XCode is only for x86 or PPC depending on which on is used.
__________________ Wenn ist das Nunstruck git und Slotermeyer? Ja!... Beiherhund das Oder die Flipperwaldt gersput! |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| assembly gcc on Mac question. | chrislee8 | Software Programming & Web Scripting | 4 | August 6th, 2004 10:11 AM |
| G4 assembly question | palott | Software Programming & Web Scripting | 0 | October 3rd, 2003 08:08 PM |
| PPC assembly | lethe | Software Programming & Web Scripting | 0 | August 4th, 2002 01:41 PM |
| Compile AltiVec code in OS X? | rharder | Software Programming & Web Scripting | 9 | April 17th, 2001 05:55 AM |
| Compile Source Code to Cocoa? | ITz The MaN | Mac OS X System & Mac Software | 0 | October 15th, 2000 07:33 PM |