From: moinejf@free.fr (Jean-Francois Moine)
To: linux-arm-kernel@lists.infradead.org
Subject: kernel 3.8 make problem
Date: Wed, 30 Jan 2013 12:55:47 +0100 [thread overview]
Message-ID: <20130130125547.63d1cbd5@armhf> (raw)
Hi,
I build the kernels in my Cubox (Marvel Dove), and it is no more
possible with kernels 3.8 while it works well with a kernel 3.5
(on the same machine - the kernels 3.5 and 3.8 have quite the
same .config).
Doing:
make oldconfig
returns:
Makefile:495: /home/jef/kernel/arch//Makefile: No such file or directory
make: *** No rule to make target `/home/jef/kernel/arch//Makefile'. Stop.
Going further, it seems that it is because the make command 'shell'
returns nothing. A simple Makefile as:
# Makefile
var=$(shell echo toto)
$(info var:$(var))
returns:
var:
make: *** No targets. Stop.
With strace, I get:
...
read(3, "var=$(shell echo toto)\n$(info va"..., 4096) = 43
pipe([4, 5]) = 0
vfork() = 3545
close(5) = 0
read(4, "", 200) = 0
close(4) = 0
wait4(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0, NULL) = 3545
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn() = ? (mask now [])
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x76f70000
write(1, "var:\n", 5var:
) = 5
...
What did I miss?
--
Ken ar c'henta? | ** Breizh ha Linux atav! **
Jef | http://moinejf.free.fr/
next reply other threads:[~2013-01-30 11:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-30 11:55 Jean-Francois Moine [this message]
[not found] ` <2822D1C2B9B19F4A8261F756A13373F8CAF61C@DFLE12.ent.ti.com>
[not found] ` <20130130142515.0600bf1e@armhf>
[not found] ` <bedmt81oibwyqccqjqgpshjv.1359552548411@email.android.com>
2013-01-30 14:00 ` kernel 3.8 make problem Jean-Francois Moine
[not found] <ttxj4oytvg02pxivwnruketi.1359554350723@email.android.com>
2013-01-30 14:07 ` Jean-Francois Moine
2013-01-30 14:59 ` Florian Fainelli
2013-01-30 15:35 ` Jean-Francois Moine
2013-02-06 17:03 ` Jean-Francois Moine
2013-02-06 17:06 ` Russell King - ARM Linux
2013-02-07 10:12 ` Jean-Francois Moine
2013-02-07 11:03 ` Will Deacon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130130125547.63d1cbd5@armhf \
--to=moinejf@free.fr \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).