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: i386 target


On Wed, May 31, 2006 at 02:10:29PM +0200, Ram Sudhir Tadavarthi wrote:
> Try renaming the file name "ccYC36qX.s" to "ccYC36qX.S". 
> 
> Let us know if it works

Interesting theory.

You are thinking that the assembly language file produced by gcc
contains preprocessor macros and that make is not preprocessing it
before assembling it?

I think this cannot be correct for two reasons.

1) It seems unlikely to me that gcc would use preprocessor macros in
   the assembly language code it produces.

2) gcc will internally call the assembler to convert the assembly
   language file it generated for a given .c files to a .o file. make
   should not be involved in this step.

However, i could be wrong.

         Andrew

-- 
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]