This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Assembly & C crossview in eCos & ARM


On 2006-11-10, Wei Chen <chenwei_us@yahoo.com> wrote:
> Thanks for the comment. I have few more questions.
>
> - I am using arm-elf-gcc as compiler and objdump seems
>
>   doesn't recognize the .o file generate by
> arm-elf-gcc

[Yikes.  You need a better newsreader.  Your post looks like the
dog's been chewing on it.]

Did you try using arm-elf-objdump?

> - is "-ahld=$(@F).l" a combination of option "-a",
> "-h", 
>   "-l", and "-d" ?  "-l" and "-d" are valid options.
> but 
>   "-a" and "-h" don't seem to be a valid option, what
> are
>   the meanings of these two?  or "-ahld" is one single

Those are options to be passed to the assembler.

>   option? 
> - "$(@F).l" refer to .l file, do I need to create .l
> by 
>   lex first? 

No.  That's the name of the listing file the assembler is going
to create.

-- 
Grant Edwards                   grante             Yow!  Are you selling NYLON
                                  at               OIL WELLS?? If so, we can
                               visi.com            use TWO DOZEN!!


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]