by Rolf Magnus <ramagnus@[EMAIL PROTECTED]
>
May 7, 2008 at 10:36 PM
Glenn Møller-Holst wrote:
>> arm-elf-gcc -S source.c
>>
>> Maybe before playing with assembler you may check some magical
utilities
>> like: ... man ... info ... ;-)
>
> Hi Laurent
>
> Very funny. PS: I am rather new to gcc and make:
>
> #info arm-elf-gcc
> (a lot of non-informative information)
> # man arm-elf-gcc
> No manual entry for arm-elf-gcc
> #
Does work here. Maybe your installation is incomplete. You could also try
if
arm-elf-man exists.
> The do***entatation is bloated with options:
> http://gcc.gnu.org/onlinedocs/gcc-4.2.3/gcc/
> - and this just for gcc - what then about arm-elf-gcc?
arm-elf-gcc _is_ gcc.
> That was why I thought it was better to ask here.
Actually, it's not. What does ARM assembler have to do with the C++
programming language? Also note that this newsgroup is not about any
specific tools, but only about the language itself. A better newsgroup
would be gnu.gcc.help.
> Where is the best place for option "-S" in the makefile?:
This is even more off-topic.