From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7368 invoked by alias); 23 Oct 2003 10:18:39 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 7357 invoked from network); 23 Oct 2003 10:18:37 -0000 Received: from unknown (HELO smtp.cgu.edu.tw) (163.25.114.82) by sources.redhat.com with SMTP; 23 Oct 2003 10:18:37 -0000 Received: from stmail.cgu.edu.tw (stmail.cgu.edu.tw [163.25.114.7]) by smtp.cgu.edu.tw (Postfix) with ESMTP id CFDCE1ADD2 for ; Thu, 23 Oct 2003 18:17:27 +0800 (CST) From: "b8944004" To: ecos-discuss@sources.redhat.com Date: Thu, 23 Oct 2003 10:18:00 -0000 Message-Id: <20031023095919.M44406@stmail.cgu.edu.tw> X-OriginatingIP: 163.25.117.191 (b8944004) MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Subject: [ECOS] How to make a image include microwindow ? X-SW-Source: 2003-10/txt/msg00408.txt.bz2 ecos version: download from CVS (2003/10/21) my step: 1.ecosconfig new ipaq net 2.ecosconfig add mw 3.ecosconfig tree 4.make 5.copy ecos/packages/service...../mw/src/ecos/na* and ecos* to my work directory. 6.arm-elf-gcc -D__ECOS -Iinstall/include *.c -Linstall/lib -Ttarget.ld -nostdlib but gcc display......... ======= nanowm_thread.c:48: warning: static declaration for `nanowm_thread' follows non-static nanox_thread.c:46: warning: static declaration for `nanox_thread' follows non- static install/lib/extras.o: In function `ts_lookup': /home/flydog/ecos/packages/devs/touch/arm/ipaq/current/src/ipaq_ts.c:276: multiple definition of `_mw_app_ECOS_MW_NANOX_PRIORITY_nanox' /tmp/cce8aU2b.o(.ecos.table._mw_apps.data.(11+1)+0x0): first defined here install/lib/extras.o(.ecos.table._mw_apps.data.(11+1)+0x10104): multiple definition of `_mw_app_ECOS_MW_NANOX_PRIORITY_nanowm' /tmp/ccoZeJjQ.o(.ecos.table._mw_apps.data.(11+1)+0x0): first defined here ======== waht's wrong? How to slove the problem??? thank's for reading:) -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss