[aspectc-user] Re: Problems using AspectC++ with SystemC

Sergio Queiroz sergio at consiste.dimap.ufrn.br
Fri Feb 18 17:40:04 CET 2005


Hi!!

I made a small example where we can see the errors and I am sending the source
files.

I have just modified the Makefile: 

Without aspects:
CC     = g++
CFLAGS = $(DEBUG) $(OPT) $(OTHER) #$(ASPECT)

With aspects:
CC     = ag++
CFLAGS = $(DEBUG) $(OPT) $(OTHER) $(ASPECT)

I am using the SystemC library version 2.0.1, AspectC++ 0.9.1, g++ 3.3.2,
Mandrake Linux 10.0.

The files did not compile with the declaration of SC_EXTERNS_H so I commented
this line.

Best regards,
Sérgio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.cpp
Type: text/x-c++
Size: 463 bytes
Desc: not available
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050218/f8a0b649/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aspect.ah
Type: application/octet-stream
Size: 236 bytes
Desc: not available
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050218/f8a0b649/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.cpp
Type: text/x-c++
Size: 101 bytes
Desc: not available
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050218/f8a0b649/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 296 bytes
Desc: not available
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050218/f8a0b649/attachment-0001.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: log.txt
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050218/f8a0b649/attachment.txt>


More information about the aspectc-user mailing list