[aspectc-user] ac++ fails at asm-keyword

J. Liebig joerg.liebig at st.ovgu.de
Fri Jun 13 15:50:32 CEST 2008


> As long as you don't want to weave *inside* the avr-glibc it should be 
> no problem. BTW, is avr-glibc the same as avr-libc from 
> www.nongnu.org/avr-libc/? The latter has been used with AspectC++ for 
> quite some time without trouble.
Well I meant the avr-libc. Apart from the problem before the
ac++ compiler stucked at:
#define sei() __asm__ __volatile__("sei" ::)
and
#define cli() __asm__ __volatile__("cli" ::)
from the avr-libc.

Well the C++ specific Definition of the macro
#define sei() asm volatile("sei") fixes this.
It's just a minor problem.

jl



More information about the aspectc-user mailing list