Re: [yocto] Parse error: unable to parse line and new error arm-linux-gnueabi-gcc : helloworld.cpp 'no such file or directory'

2017-03-30 Thread Fabien Lahoudere
I think you should post a new mail. Add tree /home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/ to your new mail. On Thu, 2017-03-30 at 12:11 +0200, Yuvarajesh Valleru wrote: > Thank you. By typing the code again the eroor solved. but an another error. > > Should i post in

Re: [yocto] Parse error: unable to parse line and new error arm-linux-gnueabi-gcc : helloworld.cpp 'no such file or directory'

2017-03-30 Thread Yuvarajesh Valleru
Thank you. By typing the code again the eroor solved. but an another error. Should i post in new mail or here is ok. error: 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

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Fabien Lahoudere
The line is parsed here. Did you copy paste the quote from a tutorial on internet? Sometime encoding lead to such issues. On Thu, 2017-03-30 at 11:00 +0200, Yuvarajesh Valleru wrote: > No, > Sorry. I haven't left it. The please find the file below: > SUMMARY = "hello world program" > HOMEPAGE = "h

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Yuvarajesh Valleru
Hi, Thank you and sorry. But i haven't miss the braces in the .bb file. Am 30.03.2017 um 10:57 schrieb Fabien Lahoudere: On Thu, 2017-03-30 at 10:14 +0200, Yuvarajesh Valleru wrote: Hi, I am new to yocto. I was building an example recipe 'helloworld' and have a parse error. but could not fi

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Yuvarajesh Valleru
No, Sorry. I haven't left it. The please find the file below: SUMMARY = "hello world program" HOMEPAGE = "http://www.yoctoproject.org/"; SECTION = "network" LICENSE = "CLOSED" inherit qt4e SRC_URI = " \ file://helloworld.pro \ file://helloworld.cpp \ " S = "

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Fabien Lahoudere
On Thu, 2017-03-30 at 10:14 +0200, Yuvarajesh Valleru wrote: > Hi, > > I am new to yocto. I was building an example recipe 'helloworld' and  > have a parse error. but could not find the solution > > here is the error: > > cc@cc:~/src/oe-core/build$ bitbake helloworld > Loading cache: 100% |#

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Burton, Ross
On 30 March 2017 at 09:14, Yuvarajesh Valleru wrote: > SUMMARY = "hello world program" > HOMEPAGE = "http://www.yoctoproject.org/"; > SECTION = "network" > LICENSE = "CLOSED" > inherit qt4e > > SRC_URI = " \ > file://helloworld.pro \ > file://helloworld.cpp \ > " > > S = "${WORKDIR}"

[yocto] Parse error: unable to parse line

2017-03-30 Thread Yuvarajesh Valleru
Hi, I am new to yocto. I was building an example recipe 'helloworld' and have a parse error. but could not find the solution here is the error: cc@cc:~/src/oe-core/build$ bitbake helloworld Loading cache: 100% || Time: 0:00:01 Loaded 3468 entries