From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 284E6E00970; Thu, 30 Mar 2017 03:44:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_SORBS_SPAM,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [213.174.32.97 listed in list.dnswl.org] * 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [213.174.32.97 listed in dnsbl.sorbs.net] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mailout02.ims-firmen.de (mailout02.ims-firmen.de [213.174.32.97]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 393BEE00839 for ; Thu, 30 Mar 2017 03:44:45 -0700 (PDT) Received: from mailin04.ims-firmen.de ([192.168.1.144]) by mailout02.ims-firmen.de with esmtp (envelope-from ) id 1ctXZN-0006bs-jp; Thu, 30 Mar 2017 12:44:45 +0200 Received: from [87.138.179.153] (helo=post.iseg.site) by mailin04.ims-firmen.de with esmtpsa (UNKNOWN:ADH-AES256-GCM-SHA384:256) (envelope-from ) id 1ctXZN-0001xg-9j; Thu, 30 Mar 2017 12:44:45 +0200 Received: from [192.168.25.170] (unknown [192.168.25.170]) by post.iseg.site (Postfix) with ESMTP id 83EC150E6A2; Thu, 30 Mar 2017 12:44:44 +0200 (CEST) To: fabien.lahoudere@collabora.co.uk, "yocto@yoctoproject.org" From: Yuvarajesh Valleru Message-ID: <21d9c51d-9b7b-9504-32e5-1bbec292a549@iseg-hv.de> Date: Thu, 30 Mar 2017 12:43:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Subject: arm-angstrom-linux-gnueabi-gcc: fatal error: no input files X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 10:44:47 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Here is the tree for my recipe and also attached the error. /home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/ ├── files │ ├── helloworld.cpp │ └── helloworld.pro └── helloworld_1.0.bb 1 directory, 3 files ERROR: helloworld-1.0-r0 do_compile: Function failed: do_compile (log file is located at /home/cc/src/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/helloworld/1.0-r0/temp/log.do_compile.23742) ERROR: Logfile of failure stored in: /home/cc/src/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/helloworld/1.0-r0/temp/log.do_compile.23742 Log data follows: | DEBUG: Executing shell function do_compile | arm-angstrom-linux-gnueabi-gcc: error: helloworld.cpp: No such file or directory | arm-angstrom-linux-gnueabi-gcc: fatal error: no input files | compilation terminated. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /home/cc/src/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/helloworld/1.0-r0/temp/log.do_compile.23742) ERROR: Task (/home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/helloworld_1.0.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 591 tasks of which 584 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory Summary: 1 task failed: /home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/helloworld_1.0.bb:do_compile Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.