From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12503 invoked by alias); 25 Apr 2004 02:02:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 12409 invoked from network); 25 Apr 2004 02:02:38 -0000 Received: from unknown (HELO caladan.ece.msstate.edu) (130.18.65.11) by sources.redhat.com with SMTP; 25 Apr 2004 02:02:38 -0000 Received: from thufir.ece.msstate.edu (daemon@thufir.ece.msstate.edu [130.18.65.14]); by caladan.ece.msstate.edu (8.12.10/8.12.8/MsState-Caladan/1.2) with ESMTP; id i3P22bcN000026; Sat, 24 Apr 2004 21:02:37 -0500 (CDT) Received: from localhost (sb304@localhost) by thufir.ece.msstate.edu (8.11.6/8.9.1/MsState/solaris/1.9c) with ESMTP id i3P22aw16561; Sat, 24 Apr 2004 21:02:36 -0500 (CDT) X-Authentication-Warning: thufir.ece.msstate.edu: sb304 owned process doing -bs Date: Sun, 25 Apr 2004 05:36:00 -0000 From: Satish Banukumar To: Joe Buck cc: gcc@gcc.gnu.org Subject: Error manual for SystemC In-Reply-To: <20040421115602.A14953@synopsys.com> Message-ID: References: <20040421115602.A14953@synopsys.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-04/txt/msg01187.txt.bz2 Hi , I would like to know if there any error manual for System C. When I compiled my code it didnt give me any error but when i ran my code it gave me the following error. Error: (E107) bind interface to port failed: maximum reached: port 'some port name(sc_in)' In file ../../../../src/systemc/communication/sc_port.cpp:196 Can you please tell me what this error is and also how I can get the Error manual. -Satish