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: system ASSERT problem


> I use Cofig Tool for windows. And only thing I did was to delete -O2 
> flag from global compiler flags. I didn't change any ASSERTS flags.
> Besides I can see that all actions on card were done without any error.
> >If it is reproducible the way forward is to see the assembly language
> >the compiler produces for both the working and none working case.
> >  
> Where can I find assembly language after compilation?

You need to pass -S to gcc. It will then stop after producing assembly
code, not object code.

      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]