From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25063 invoked by alias); 20 Jul 2009 11:42:19 -0000 Received: (qmail 25052 invoked by uid 22791); 20 Jul 2009 11:42:18 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f190.google.com (HELO mail-px0-f190.google.com) (209.85.216.190) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Jul 2009 11:42:09 +0000 Received: by pxi28 with SMTP id 28so1895902pxi.28 for ; Mon, 20 Jul 2009 04:42:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.14.16 with SMTP id r16mr949714wfi.68.1248090127849; Mon, 20 Jul 2009 04:42:07 -0700 (PDT) Date: Mon, 20 Jul 2009 11:42:00 -0000 Message-ID: From: Mandeep Sandhu To: ecos-discuss Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] unable to build linux synthetic target X-SW-Source: 2009-07/txt/msg00167.txt.bz2 Hi All, I'm trying to build the linux synthetic target with the lwip_eth config using the GUI tool. I get the following error: sh -c "export PATH=/home/mandeep/ecos/gnutools/arm-eabi/arm-eabi/bin:$PATH; unset GDBTK_LIBRARY; unset GCC_EXEC_PREFIX; export ECOS_REPOSITORY=/home/mandeep/ecos/ecos-3.0/packages; make -j2 --directory /home/mandeep/ecos/linux-synth/linux-synth_build" make: Entering directory `/home/mandeep/ecos/linux-synth/linux-synth_build' make -r -C hal/synth/arch/v3_0 headers make[1]: Entering directory `/home/mandeep/ecos/linux-synth/linux-synth_build/hal/synth/arch/v3_0' make[1]: Nothing to be done for `headers'. ... ... make[1]: Nothing to be done for `headers'. make[1]: Leaving directory `/home/mandeep/ecos/linux-synth/linux-synth_build/io/common/v3_0' make -r -C infra/v3_0 headers make[1]: Entering directory `/home/mandeep/ecos/linux-synth/linux-synth_build/infra/v3_0' gcc: error trying to exec 'cc1plus': execvp: No such file or directory make[1]: Nothing to be done for `headers'. make[1]: *** [heapgeninc.tcl] Error 1 make[1]: Leaving directory `/home/mandeep/ecos/linux-synth/linux-synth_build/infra/v3_0' make: *** [build] Error 2 make -r -C kernel/v3_0 headers Initially it was because I did not have g++. But even after installing g++ (using apt on ubuntu), it's giving me the same error. Is the exported PATH variable also ok? I guess it should be, as we are keeping the existing PATH variable. Thanks, -mandeep -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss