subdural
Junior Member level 1
- Joined
- Aug 21, 2004
- Messages
- 19
- Helped
- 1
- Reputation
- 2
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Neutral Zone
- Activity points
- 173
arm-elf-gcc assember tutorial
Hi All,
I'm compile the example.c source code to arm-elf gcc compiler with successful output. Also, I try to compiler this source code using "arm-elf-gcc -S example.c" to get assembly language (instruction set) output. I manage to compile it with no erros but I cant see the output on Cygwin Shell. I need your help how to see or get the assembly language output?
Thank in advanced
Hi All,
I'm compile the example.c source code to arm-elf gcc compiler with successful output. Also, I try to compiler this source code using "arm-elf-gcc -S example.c" to get assembly language (instruction set) output. I manage to compile it with no erros but I cant see the output on Cygwin Shell. I need your help how to see or get the assembly language output?
Thank in advanced