This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: Network programming for eCos under linux


Andrew Lunn wrote:
> 
> I found some compiler bugs. Code that worked with the plain linux
> compiler did not with the arm-elf. These were to do with access to non
> aligned memory.

I'm not sure this is a compiler bug - I would suspect the linux compiler
can't access non-aligned memory either, but at a guess the kernel catches
the exception and emulates it for you. If that is the case, it's best
avoided as performance would suck.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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