* [Xenomai] Xenomai on Intel Edison
@ 2016-03-17 14:45 Mäx Tanner
2016-03-17 14:52 ` Gilles Chanteperdrix
0 siblings, 1 reply; 2+ messages in thread
From: Mäx Tanner @ 2016-03-17 14:45 UTC (permalink / raw)
To: xenomai
Hello,
I have some troubles installing Xenomai 3.0.1 on the Intel Edison (Yocto
Linux). I really hope you can help me with the following error:
After extracting Xenomai, running ./bootstrap and ./configure without
errors - I get the following error trying to run ./prepare-kernel.sh: line
307: linux_: command not found
Line 307 consists of:
eval linux_`grep '^EXTRAVERSION =' $linux_tree/Makefile | sed -e 's, ,,g'`
The problem is that grep does not find EXTRAVERSION in the Makefile. Hence
it returns nothing and of course the OS can not recognize the command
"linux_". I checked the Makefile and there is no "EXTRAVERSION"
declaration, neither (following in the next lines of the
"prepare_kernel.sh") a "PATCHLEVEL", "SUBLEVEL" or "VERSION" declaration.
As result of that I think that my Makefile is not generated correctly. But
I don't see the point why?
Thank you very much!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai] Xenomai on Intel Edison
2016-03-17 14:45 [Xenomai] Xenomai on Intel Edison Mäx Tanner
@ 2016-03-17 14:52 ` Gilles Chanteperdrix
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2016-03-17 14:52 UTC (permalink / raw)
To: Mäx Tanner; +Cc: xenomai
On Thu, Mar 17, 2016 at 03:45:28PM +0100, Mäx Tanner wrote:
> Hello,
>
> I have some troubles installing Xenomai 3.0.1 on the Intel Edison (Yocto
> Linux). I really hope you can help me with the following error:
>
> After extracting Xenomai, running ./bootstrap and ./configure without
> errors - I get the following error trying to run ./prepare-kernel.sh: line
> 307: linux_: command not found
> Line 307 consists of:
> eval linux_`grep '^EXTRAVERSION =' $linux_tree/Makefile | sed -e 's, ,,g'`
> The problem is that grep does not find EXTRAVERSION in the Makefile. Hence
> it returns nothing and of course the OS can not recognize the command
> "linux_". I checked the Makefile and there is no "EXTRAVERSION"
> declaration, neither (following in the next lines of the
> "prepare_kernel.sh") a "PATCHLEVEL", "SUBLEVEL" or "VERSION" declaration.
> As result of that I think that my Makefile is not generated correctly. But
> I don't see the point why?
Normally, the Linux kernel sources makefile contains something like:
VERSION = 4
PATCHLEVEL = 5
SUBLEVEL = 0
EXTRAVERSION =
Are you sure you pass the path to some kernel sources to
prepare-kernel.sh --linux parameter ?
--
Gilles.
https://click-hack.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-17 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-17 14:45 [Xenomai] Xenomai on Intel Edison Mäx Tanner
2016-03-17 14:52 ` Gilles Chanteperdrix
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.