From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A6ADFE00C71; Thu, 31 Mar 2016 13:35:27 -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=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message X-Greylist: delayed 484 seconds by postgrey-1.32 at yocto-www; Thu, 31 Mar 2016 13:35:26 PDT Received: from out.West.EXCH083.serverdata.net (cas083-co-8.exch083.serverdata.net [199.193.206.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AB9FCE00C2E for ; Thu, 31 Mar 2016 13:35:26 -0700 (PDT) Received: from MBX083-W1-CO-2.EXCH083.serverpod.net (10.224.171.45) by MBX083-W1-CO-1.EXCH083.serverpod.net (10.224.171.44) with Microsoft SMTP Server (TLS) id 15.0.1130.7; Thu, 31 Mar 2016 13:27:21 -0700 Received: from MBX083-W1-CO-2.EXCH083.serverpod.net ([10.224.171.45]) by MBX083-W1-CO-2.EXCH083.serverpod.net ([10.224.171.45]) with mapi id 15.00.1130.005; Thu, 31 Mar 2016 13:27:21 -0700 From: Haleigh Novak To: "yocto@yoctoproject.org" Thread-Topic: Adding Demo Utilities to /proc Thread-Index: AQHRi4nl0a4QG5QKzU+6G0P4ioBjLw== Date: Thu, 31 Mar 2016 20:27:21 +0000 Message-ID: <1459456041513.82091@edt.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [207.173.172.180] MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 02 Apr 2016 15:43:12 -0700 Subject: Adding Demo Utilities to /proc 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, 31 Mar 2016 20:35:27 -0000 Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_145945604151382091edtcom_" --_000_145945604151382091edtcom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello All, Firstly I would like to say that I am new here and fairly new to Yocto, so = I do apologize if this is the wrong board for this question. (And if it is = could someone direct me to the correct board?) Background on me: graduated = OSU before Fall 2015 started with a BA Computer Science Computer Systems - = minimal yocto ~2 months baby level stuff. Some background on the issue: I am following these directions http://www.cr= ashcourse.ca/introduction-linux-kernel-programming/lesson-11-adding-proc-fi= les-your-modules-part-1 to create a jiffies utility folder in /proc as a p= recursor to a larger project. I have made the appropriate changes within th= e /usr/src/kernel/fs/proc folder and now I am trying to compile and load th= e module, to place a jiffies entry in /proc. Well when I run 'make' from /u= sr/src/kernel/ I get most of the way through, way past building my jiffies.= o file in user/src/kernel/fs/proc, without errors but toward the end I get = the following error. LZO arch/arm/boot/compressed/piggy.lzo /bin/sh: lzop: command not found /usr/src/kernel/arch/arm/boot/compressed/Makefile:193: recipe for target 'a= rch/arm/boot/compressed/piggy.lzo' failed make[2]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1 /usr/src/kernel/arch/arm/boot/Makefile:52: recipe for target 'arch/arm/boot= /compressed/vmlinux' failed make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2 /usr/src/kernel/arch/arm/Makefile:305: recipe for target 'zImage' failed make: *** [zImage] Error 2 I had not though to try to 'make' in this manner before I attempted this pr= oject so I don't know if this worked originally. My yocto build is located = on one host machine and the actual implementation / working area is on anot= her with an arm processor. I ssh into my device that the yocto build is for= and from there I work with the code. If I try to 'make' on the host machin= e I get an error that it can not find/access some generated files so hat o= ption I think is out and googling only resulted in that type of solution on= e to be done on my host machine. Has anyone ever had this problem before or could point me in a better direc= tion? Thank you. H --_000_145945604151382091edtcom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hello All, 


Firstly I would like to say that I am new here and fairly new to Yo= cto, so I do apologize if this is the wrong board for this question. (And i= f it is could someone direct me to the correct board?) Background on me: gr= aduated OSU before Fall 2015 started with a BA Computer Science Computer Systems - minimal yocto ~2 months baby= level stuff.


Some background on the issue: I am following these directions http://www.crashcourse.ca/intro= duction-linux-kernel-programming/lesson-11-adding-proc-files-your-modules-p= art-1 to create a jiffies utility  folder in /proc as a precursor to a larg= er project. I have made the appropriate changes within the /usr/src/kernel/= fs/proc folder and now I am trying to compile and load the module, to place= a jiffies entry in /proc. Well when I run 'make' from /usr/src/kernel/ I get most of the way through, way = ;past building my jiffies.o file in user/src/kernel/fs/proc, without e= rrors but toward the end I get the following error.


LZO     arch/arm/boot/compressed/piggy.lzo
/bin/sh: lzop: command not found
/usr/src/kernel/arch/arm/boot/compressed/Makefile:193: recipe for targ= et 'arch/arm/boot/compressed/piggy.lzo' failed
make[2]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
/usr/src/kernel/arch/arm/boot/Makefile:52: recipe for target 'arch/arm= /boot/compressed/vmlinux' failed
make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2
/usr/src/kernel/arch/arm/Makefile:305: recipe for target 'zImage' fail= ed
make: *** [zImage] Error 2
 
I had not though to try to 'make' in this manner before I attempted th= is project so I don't know if this worked originally. My yocto build i= s located on one host machine and the actual implementation / working = area is on another with an arm processor. I ssh into my device that the yocto build is for and from there I&nbs= p;work with the code. If I try to 'make' on the host machine I get an = error that it can not find/access some generated files so  hat op= tion I think is out and googling only resulted in that type of solution one to be done on my host machine.  

Has anyone ever had this problem before or could point me in a better = direction?

Thank you.

H
--_000_145945604151382091edtcom_--