<div dir="ltr"><div>Hi Nick,<br><br></div><div>I removed build/tmp/ and performed a rebuild - I'm still experiencing the same error message unfortunately.<br></div><br><div class="gmail_extra">
<br><div class="gmail_quote">On Mon, Nov 10, 2014 at 12:58 PM, nick <span dir="ltr"><<a href="mailto:xerofoify@gmail.com" target="_blank">xerofoify@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Seems to after reading and doing some research a build issue with multiple jobs or try running rm -r tmp in your<br>
build and then rebuild as it may be an issue with out of date temp files.<br>
Cheers Nick<br>
<div class="HOEnZb"><div class="h5"><br>
On 14-11-09 08:51 PM, Nick D'Ademo wrote:<br>
> Thanks for trying that out Nick.<br>
><br>
> Issue is present on both 3.14 and 3.17 for me.<br>
> All paths in the require lines are correct too.<br>
><br>
> Any other ideas?<br>
><br>
><br>
><br>
> On Mon, Nov 10, 2014 at 12:46 PM, nick <<a href="mailto:xerofoify@gmail.com">xerofoify@gmail.com</a>> wrote:<br>
><br>
>> I tried bitbake linux-yocto -c menuconfig on my own system running the<br>
>> same distro and it seems to my<br>
>> default use kernel 3.14 not 3.17 otherwise this seems be fine from my<br>
>> understanding. Also check all the<br>
>> paths in your require lines as there may be an issue with your builds and<br>
>> the path set up by these files<br>
>> that you are linking to for your kernel build.<br>
>> Nick<br>
>> On 14-11-09 08:40 PM, Nick D'Ademo wrote:<br>
>>> Thanks Nick.<br>
>>><br>
>>> Machine conf is as follows (it's actually nearly identical to nuc.conf -<br>
>>> however, BT support, multilib, and preferred providers have been added):<br>
>>><br>
>>> #@TYPE: Machine<br>
>>> #@NAME: chiefriver<br>
>>><br>
>>> #@WEBTITLE: Intel Next Unit of Computing (NUC) Model: DC3217IYE<br>
>>><br>
>>> #@DESCRIPTION: Machine configuration for Intel NUC model DC3217IYE<br>
>>> # i.e. Ivy Bridge + Panther Point<br>
>>><br>
>>> PREFERRED_VERSION_linux-yocto ?= "3.17%"<br>
>>> MACHINE_FEATURES += "va-impl-intel wifi efi bluetooth"<br>
>>> MACHINE_FEATURES += "intel-ucode"<br>
>>><br>
>>> require conf/machine/include/meta-intel.inc<br>
>>> require conf/machine/include/intel-corei7-64-common.inc<br>
>>> require conf/machine/include/intel-common-pkgarch.inc<br>
>>> require multilib.conf<br>
>>><br>
>>> MACHINE_HWCODECS ?= "va-intel gst-va-intel"<br>
>>><br>
>>> XSERVER ?= "${XSERVER_X86_BASE} \<br>
>>>  Â  Â  Â  Â  Â  ${XSERVER_X86_EXT} \<br>
>>>  Â  Â  Â  Â  Â  ${XSERVER_X86_I965} \<br>
>>>  Â  Â  Â  Â  Â  "<br>
>>><br>
>>> MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-6000g2b-6 lms8"<br>
>>><br>
>>> # disable the serial port configuration<br>
>>> SERIAL_CONSOLE = ""<br>
>>><br>
>>> PREFERRED_PROVIDER_jpeg = "jpeg"<br>
>>> PREFERRED_PROVIDER_jpeg-native = "jpeg-native"<br>
>>> PREFERRED_PROVIDER_virtual/fftw = "fftw"<br>
>>><br>
>>><br>
>>><br>
>>> On Mon, Nov 10, 2014 at 12:36 PM, nick <<a href="mailto:xerofoify@gmail.com">xerofoify@gmail.com</a>> wrote:<br>
>>><br>
>>>> Hey Nick,<br>
>>>> This seems to then be an issue with incorrect paths or build information<br>
>>>> in your nuc.conf<br>
>>>> as the most likely culprit. If you can post your machine's conf file I<br>
>>>> will be glad to see<br>
>>>> if there are any issues I can spot.<br>
>>>> Nick<br>
>>>><br>
>>>> On 14-11-09 08:33 PM, Nick D'Ademo wrote:<br>
>>>>> 1) source oe-init-build-env is run before building.<br>
>>>>> 2) We are actually using a custom machine .conf based on nuc.conf, so<br>
>>>>> actually: MACHINE = "custom_machine_name". I replaced it with "nuc" in<br>
>>>> this<br>
>>>>> post to avoid confusion.<br>
>>>>><br>
>>>>> On Mon, Nov 10, 2014 at 12:25 PM, nick <<a href="mailto:xerofoify@gmail.com">xerofoify@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>>> Do you run source oe-init-build-env before building and why is your<br>
>>>> machine<br>
>>>>>> set to nuc seems this may be an issue?<br>
>>>>>> Nick<br>
>>>>>><br>
>>>>>> On 14-11-09 08:15 PM, Nick D'Ademo wrote:<br>
>>>>>>> Thanks for the quick reply Nick.<br>
>>>>>>><br>
>>>>>>> Host system is Ubuntu 14.04. ncurses is already installed:<br>
>>>>>>><br>
>>>>>>> sudo apt-get install libncurses5-dev<br>
>>>>>>> Reading package lists... Done<br>
>>>>>>> Building dependency tree<br>
>>>>>>> Reading state information... Done<br>
>>>>>>> libncurses5-dev is already the newest version.<br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> On Mon, Nov 10, 2014 at 12:09 PM, nick <<a href="mailto:xerofoify@gmail.com">xerofoify@gmail.com</a>> wrote:<br>
>>>>>>><br>
>>>>>>>> Check to see if you actuality have it installed on your host system<br>
>>>> for<br>
>>>>>>>> your package manager.<br>
>>>>>>>> The library for ncurses for compiling the kernel is different based<br>
>> on<br>
>>>>>>>> your distro, check<br>
>>>>>>>> your distro's installer and install the correct ncurses package<br>
>> first.<br>
>>>>>> If<br>
>>>>>>>> this is still an<br>
>>>>>>>> issue please reply with a newer error message.<br>
>>>>>>>> Cheers Nick<br>
>>>>>>>><br>
>>>>>>>> On 14-11-09 08:05 PM, Nick D'Ademo wrote:<br>
>>>>>>>>> Getting a strange error when attempting to configure the Yocto<br>
>> Linux<br>
>>>>>>>> kernel<br>
>>>>>>>>> via: bitbake linux-yocto -c menuconfig.<br>
>>>>>>>>><br>
>>>>>>>>> Does anyone have any ideas? (error message below)<br>
>>>>>>>>> Much appreciated.<br>
>>>>>>>>><br>
>>>>>>>>> Build Configuration:<br>
>>>>>>>>> BB_VERSION  Â  Â  Â  = "1.24.0"<br>
>>>>>>>>> BUILD_SYS  Â  Â  Â  Â = "x86_64-linux"<br>
>>>>>>>>> NATIVELSBSTRING  Â = "Ubuntu-14.04"<br>
>>>>>>>>> TARGET_SYS  Â  Â  Â  = "x86_64-poky-linux"<br>
>>>>>>>>> MACHINE  Â  Â  Â  Â  Â = "nuc"<br>
>>>>>>>>> DISTRO  Â  Â  Â  Â  Â  = "poky"<br>
>>>>>>>>> DISTRO_VERSION  Â  = "1.7"<br>
>>>>>>>>> TUNE_FEATURES  Â  Â = "m64 corei7"<br>
>>>>>>>>> TARGET_FPU  Â  Â  Â  = ""<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>> *make[1]: Entering directory<br>
>>>>>>>>><br>
>>>>>>>><br>
>>>>>><br>
>>>><br>
>> `/home/nick/poky/build/tmp/work/corei7-64-intel-common-poky-linux/linux-yocto/3.17.1+gitAUTOINC+b86dd5c6f4_0caf16d385-r0/linux-corei7-64-intel-common-standard-build'<br>
>>>>>>>>> GEN  Â  Â ./Makefile *** Unable to find the ncurses libraries or the<br>
>>>> ***<br>
>>>>>>>>> required header files. *** 'make menuconfig' requires the ncurses<br>
>>>>>>>>> libraries. ***  *** Install ncurses (ncurses-devel) and try again.<br>
>>>> ***<br>
>>>>>>>>> make[3]: *** [scripts/kconfig/dochecklxdialog] Error 1make[2]: ***<br>
>>>>>>>>> [menuconfig] Error 2make[1]: *** [sub-make] Error 2make: ***<br>
>>>>>> [__sub-make]<br>
>>>>>>>>> Error 2Command failed.Press any key to continue... *<br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>>><br>
>>>>>>>><br>
>>>>>>><br>
>>>>>><br>
>>>>><br>
>>>><br>
>>><br>
>><br>
><br>
</div></div></blockquote></div><br></div></div>