GreetingsI am trying to compile some source containing the linux kernel and
some other open source code. It seems to me like I can get a successful zImage,
but I am not able to make any modules. From reading the Makefile, it is my
understanding that I should be able to make modules just by issui
Error 2
I googled for the error message, but nothing comes up. I do have the output of
make for the above, if you want to see it, I would be glad to post it on
pastbin.
Sean On Sunday, May 17, 2015 2:46 PM, Sean Ansari wrote:
GreetingsI am trying to compile some source containing the linux
Sunday, May 17, 2015 3:08 PM, Sean Ansari wrote:
After I tried the session I described below, I issued make mrproper, and then
enabled loadable modules by issuing the following command:
make VARIANT_DEFCONFIG=msm8974_sec_hlte_spr_defconfig msm8974_sec_defconfig
SELINUX_DEFCONFIG
Thank you so much. I did take the question to stackoverflow with linux and
kernel tags. It took a day, and had my answer. I sincerely appreciate your
feedback. Sean
On Saturday, May 30, 2015 1:59 PM, Paul Smith wrote:
On Sun, 2015-05-17 at 19:08 +, Sean Ansari wrote
You can print the values of variables. I use something like:
$(warning here is what is in LOCAL_FILES $(LOCAL_FILES))
What you'll see when you issue make is: foo.c bar.c buzz.c
here is what is in LOCAL_FILES
On Wed, 7/22/15, Kenneth Adam Miller wro
and variable
definitions, so it can be a useful debugging tool in complex environments.
Hope it helps.
On Wed, 7/22/15, Pierre LINDENBAUM wrote:
Subject: Re: source code: src to find (target/prerequisites/recipes)
To: "Sean Ansari"
Cc: