All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error
@ 2016-02-03  6:45 박재홍
  2016-02-03  7:33 ` Gilles Chanteperdrix
  2016-02-03  7:41 ` Gilles Chanteperdrix
  0 siblings, 2 replies; 4+ messages in thread
From: 박재홍 @ 2016-02-03  6:45 UTC (permalink / raw)
  To: xenomai

hello
 
after ipipe patched,  build error  
 
 
# cd linux-3.18.20
 
# ../xenomai-3.0.1/scripts/prepare-kernel.sh --arch=x86_64 --ipipe=../ipipe-core-3.18.20-x86-4.patch
 
# make menuconfig 
-> "Power Management and ACPI options" -- "CPU Frequency scaling" -- "CPU Frequency scaling"
-> "Power Management and ACPI options" -- "ACPI(~) Support" -- "Processor"
-> "Power Management and ACPI options" -- "Cpuidle Driver for Intel Processors"
-> "Power Management and ACPI options" -- "CPU idle PM Support"
-> "Bus options(PCI etc.)" -- "Message Signaled Interrupts (MSI and MSI-X)"
-> "Device Drivers" -- "Input device support" -- "Miscellaneous devices" -- "PC Speaker support"
all disabled
 
#make
 
##################error###############################################3
 
  CC [M]  drivers/net/wireless/rtlwifi/rtl8192ee/trx.o
  CC [M]  drivers/staging/unisys/uislib/uisutils.o
  CC [M]  drivers/usb/misc/lvstest.o
  CC [M]  drivers/uwb/umc-drv.o
  CC [M]  drivers/staging/speakup/thread.o
  CC [M]  drivers/uwb/whci.o
  CC [M]  drivers/net/wireless/rtlwifi/rtl8192se/sw.o
drivers/staging/unisys/uislib/uisutils.c: In function ‘uisctrl_register_req_handler’:
drivers/staging/unisys/uislib/uisutils.c:101:8: error: ‘VERSION’ undeclared (first use in this function)
        VERSION, NULL);
        ^
drivers/staging/unisys/uislib/uisutils.c:101:8: note: each undeclared identifier is reported only once for each function it appears in
drivers/staging/unisys/uislib/uisutils.c: In function ‘uisctrl_register_req_handler_ex’:
drivers/staging/unisys/uislib/uisutils.c:154:19: error: ‘VERSION’ undeclared (first use in this function)
         "uislib", VERSION, NULL);
                   ^
scripts/Makefile.build:257: recipe for target 'drivers/staging/unisys/uislib/uisutils.o' failed
make[5]: *** [drivers/staging/unisys/uislib/uisutils.o] Error 1
scripts/Makefile.build:402: recipe for target 'drivers/staging/unisys/uislib' failed
make[4]: *** [drivers/staging/unisys/uislib] Error 2
scripts/Makefile.build:402: recipe for target 'drivers/staging/unisys' failed
make[3]: *** [drivers/staging/unisys] Error 2
make[3]: *** 끝나지 않은 작업을 기다리고 있습니다....
  CC [M]  drivers/net/wireless/rtlwifi/rtl8192se/table.o
  CC [M]  drivers/staging/speakup/varhandlers.o
  CC [M]  drivers/staging/rtl8723au/os_dep/usb_intf.o
  CC [M]  drivers/usb/misc/sisusbvga/sisusb.o
  LD [M]  drivers/net/wireless/rtlwifi/rtl8192ee/rtl8192ee.o
  CC [M]  drivers/usb/misc/sisusbvga/sisusb_init.o
  CC [M]  drivers/usb/misc/sisusbvga/sisusb_con.o
 
########################################################################################
 
help me please
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error
  2016-02-03  6:45 [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error 박재홍
@ 2016-02-03  7:33 ` Gilles Chanteperdrix
  2016-02-03  7:41 ` Gilles Chanteperdrix
  1 sibling, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2016-02-03  7:33 UTC (permalink / raw)
  To: 박재홍; +Cc: xenomai

On Wed, Feb 03, 2016 at 03:45:05PM +0900, 박재홍 wrote:
> hello
>  
> after ipipe patched,  build error  
>  
>  
> # cd linux-3.18.20
>  
> # ../xenomai-3.0.1/scripts/prepare-kernel.sh --arch=x86_64 --ipipe=../ipipe-core-3.18.20-x86-4.patch
>  
> # make menuconfig 
> -> "Power Management and ACPI options" -- "CPU Frequency scaling" -- "CPU Frequency scaling"
> -> "Power Management and ACPI options" -- "ACPI(~) Support" -- "Processor"
> -> "Power Management and ACPI options" -- "Cpuidle Driver for Intel Processors"
> -> "Power Management and ACPI options" -- "CPU idle PM Support"
> -> "Bus options(PCI etc.)" -- "Message Signaled Interrupts (MSI and MSI-X)"
> -> "Device Drivers" -- "Input device support" -- "Miscellaneous devices" -- "PC Speaker support"
> all disabled
>  
> #make
>  
> ##################error###############################################3
>  
>   CC [M]  drivers/net/wireless/rtlwifi/rtl8192ee/trx.o
>   CC [M]  drivers/staging/unisys/uislib/uisutils.o
>   CC [M]  drivers/usb/misc/lvstest.o
>   CC [M]  drivers/uwb/umc-drv.o
>   CC [M]  drivers/staging/speakup/thread.o
>   CC [M]  drivers/uwb/whci.o
>   CC [M]  drivers/net/wireless/rtlwifi/rtl8192se/sw.o
> drivers/staging/unisys/uislib/uisutils.c: In function ‘uisctrl_register_req_handler’:
> drivers/staging/unisys/uislib/uisutils.c:101:8: error: ‘VERSION’ undeclared (first use in this function)
>         VERSION, NULL);
>         ^
> drivers/staging/unisys/uislib/uisutils.c:101:8: note: each undeclared identifier is reported only once for each function it appears in
> drivers/staging/unisys/uislib/uisutils.c: In function ‘uisctrl_register_req_handler_ex’:
> drivers/staging/unisys/uislib/uisutils.c:154:19: error: ‘VERSION’ undeclared (first use in this function)
>          "uislib", VERSION, NULL);
>                    ^
> scripts/Makefile.build:257: recipe for target 'drivers/staging/unisys/uislib/uisutils.o' failed
> make[5]: *** [drivers/staging/unisys/uislib/uisutils.o] Error 1
> scripts/Makefile.build:402: recipe for target 'drivers/staging/unisys/uislib' failed
> make[4]: *** [drivers/staging/unisys/uislib] Error 2
> scripts/Makefile.build:402: recipe for target 'drivers/staging/unisys' failed
> make[3]: *** [drivers/staging/unisys] Error 2
> make[3]: *** 끝나지 않은 작업을 기다리고 있습니다....
>   CC [M]  drivers/net/wireless/rtlwifi/rtl8192se/table.o
>   CC [M]  drivers/staging/speakup/varhandlers.o
>   CC [M]  drivers/staging/rtl8723au/os_dep/usb_intf.o
>   CC [M]  drivers/usb/misc/sisusbvga/sisusb.o
>   LD [M]  drivers/net/wireless/rtlwifi/rtl8192ee/rtl8192ee.o
>   CC [M]  drivers/usb/misc/sisusbvga/sisusb_init.o
>   CC [M]  drivers/usb/misc/sisusbvga/sisusb_con.o
>  
> ########################################################################################
>  
> help me please

Hi,

assuming you do not need it, could you try and disable the option:
CONFIG_UNISYSSPAR
?

Regards.

-- 
					    Gilles.
https://click-hack.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error
  2016-02-03  6:45 [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error 박재홍
  2016-02-03  7:33 ` Gilles Chanteperdrix
@ 2016-02-03  7:41 ` Gilles Chanteperdrix
  2016-02-04  6:55   ` Gilles Chanteperdrix
  1 sibling, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2016-02-03  7:41 UTC (permalink / raw)
  To: 박재홍; +Cc: xenomai

On Wed, Feb 03, 2016 at 03:45:05PM +0900, 박재홍 wrote:
> hello
>  
> after ipipe patched,  build error  
>  
>  
> # cd linux-3.18.20
>  
> # ../xenomai-3.0.1/scripts/prepare-kernel.sh --arch=x86_64 --ipipe=../ipipe-core-3.18.20-x86-4.patch
>  
> # make menuconfig 
> -> "Power Management and ACPI options" -- "CPU Frequency scaling" -- "CPU Frequency scaling"
> -> "Power Management and ACPI options" -- "ACPI(~) Support" -- "Processor"
> -> "Power Management and ACPI options" -- "Cpuidle Driver for Intel Processors"
> -> "Power Management and ACPI options" -- "CPU idle PM Support"
> -> "Bus options(PCI etc.)" -- "Message Signaled Interrupts (MSI and MSI-X)"

Enabling MSI/MSI-X is recommended, as it helps avoiding irqs lines
to be shared between real-time and non real-time drivers.

-- 
					    Gilles.
https://click-hack.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error
  2016-02-03  7:41 ` Gilles Chanteperdrix
@ 2016-02-04  6:55   ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2016-02-04  6:55 UTC (permalink / raw)
  To: 박재홍; +Cc: xenomai

On Wed, Feb 03, 2016 at 08:41:50AM +0100, Gilles Chanteperdrix wrote:
> On Wed, Feb 03, 2016 at 03:45:05PM +0900, 박재홍 wrote:
> > hello
> >  
> > after ipipe patched,  build error  
> >  
> >  
> > # cd linux-3.18.20
> >  
> > # ../xenomai-3.0.1/scripts/prepare-kernel.sh --arch=x86_64 --ipipe=../ipipe-core-3.18.20-x86-4.patch
> >  
> > # make menuconfig 
> > -> "Power Management and ACPI options" -- "CPU Frequency scaling" -- "CPU Frequency scaling"
> > -> "Power Management and ACPI options" -- "ACPI(~) Support" -- "Processor"
> > -> "Power Management and ACPI options" -- "Cpuidle Driver for Intel Processors"
> > -> "Power Management and ACPI options" -- "CPU idle PM Support"
> > -> "Bus options(PCI etc.)" -- "Message Signaled Interrupts (MSI and MSI-X)"
> 
> Enabling MSI/MSI-X is recommended, as it helps avoiding irqs lines
> to be shared between real-time and non real-time drivers.

If you are interesting in testing rapidly xenomai on an x86 machine,
you could try the live cd:

http://xenomai.org/~gch/xeno-live.iso

-- 
					    Gilles.
https://click-hack.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-04  6:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03  6:45 [Xenomai] ubuntu15.04 - xenomai3.0.1 - kernel 3.18.20 - build error 박재홍
2016-02-03  7:33 ` Gilles Chanteperdrix
2016-02-03  7:41 ` Gilles Chanteperdrix
2016-02-04  6:55   ` 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.