[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["renc stone" <renwei@huawei.com>] (fwd)



>From owner-rtl Sun Jun 24 19:06:54 2001
Received: from smtp.huawei.com ([202.96.135.132])
	by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f5P16re01994
	for <rtl@fsmlabs.com>; Sun, 24 Jun 2001 19:06:53 -0600
Received: from r19223a ([10.105.32.184]) by smtp.huawei.com
          (Netscape Messaging Server 4.15) with SMTP id GFGNVJ00.W0B for
          <rtl@fsmlabs.com>; Mon, 25 Jun 2001 08:54:55 +0800 
Message-ID: <001501c0fd11$ba0476e0$b820690a@huawei.com>
From: "renc stone" <renwei@huawei.com>
To: <rtl@fsmlabs.com>
References: <20010621143416.A4238@fsmlabs.com> <012a01c0fcac$92eb4300$0bd2a8c0@hclt.com>
Subject: Re: [rtl] Re: regd RTL debugger
Date: Mon, 25 Jun 2001 08:56:53 +0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by hq.fsmlabs.com id f5P16se01995


> Hi
>  all
> 
>    i did the same, what u told.
>      i removed the  -O2 option in CFLAGS and compiled my code.
>     now its giving error that  the  unresoved symblos regd schedulre
> finction names,
>     when i am trying to insert my module in to the kernel.
>     prevoiusly it didn't give any error.

Some schedule function is declared as "inline ", just in rtl_sched.h.
that means you should enable the inlines when you compile you files.
-O2 enbale inline by  default , but without the -O2 gcc doesn't 
accecpt inlines  , or you should add some separate options..

----- End of forwarded message from owner-rtl@fsmlabs.com -----