Re: [arm-gnu] Fwd: Doubts regarding compatilbility issues between codesourcery assembler file and RVDS assembler file.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] Fwd: Doubts regarding compatilbility issues between codesourcery assembler file and RVDS assembler file.
- To: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Subject: Re: [arm-gnu] Fwd: Doubts regarding compatilbility issues between codesourcery assembler file and RVDS assembler file.
- From: Abhinav Varma <abhinavvarma.13@xxxxxxxxx>
- Date: Wed, 18 Aug 2010 15:26:49 +0530
Well, thanks for being so polite. Business is one thing and sharing
knowledge is another. It appears you are more inclined towards the
former. Well still, can you tell me whether arm-none-eabi-gcc does any
optimization on a .S file when we say suppose the following command:
arm-none-eabi-gcc -c -o abc.o abc.S
and is the object file created by arm-none-eabi-gcc and armcc the
same? ie. if we say the following command in addition to the one above
armcc -c o abc1.o abc.S
So, is the abc.o and abc1.o same?
Thanks again and Regards
Abhinav
On Fri, Aug 13, 2010 at 8:28 PM, Mark Mitchell <mark@xxxxxxxxxxxxxxxx> wrote:
> Abhinav Varma wrote:
>
>> Can you please help me figure out how to replicate a .bss section in
>> RVCT? Since I am migrating a source code written in arm-none-eabi-as
>> to armasm, I need to do something with the .bss section of the code so
>> that it can understand my C function call at the end. Please help me
>> with this.
>
> This list is for people who want to use GCC (and GAS). You might have
> better luck with these questions if you contact ARM's customer support.
>
> --
> Mark Mitchell
> CodeSourcery
> mark@xxxxxxxxxxxxxxxx
> (650) 331-3385 x713
>