[ECOS] system ASSERT problem

Andrew Lunn andrew@lunn.ch
Wed Mar 21 16:03:00 GMT 2007


> 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



More information about the Ecos-discuss mailing list