request of help
novello
I try to compile samples/hello_word I find a mistake ... following the instruction on the web. I'm using an ubuntu 16.04 64bit. I made pip install pip install pyelftools but i have the same mistake. May You help me? I want to compile forn stm32f4 have you got some suggestion? May I use the lava tools for the test of my board? in with way ? Best Regards end Thanks Novello G. Se the error...
cd zephyr/zephyr-git/samples/hell cd make BOARD=arduino_101 And I have this error in a ubuntu 16.04 64 bit 2]: Entering directory '/home/novello/stm32/zephyr/ze GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig DTC dts/x86/arduino_101.dts_compi CHK include/generated/generated_d UPD include/generated/generated_d CHK include/generated/generated_d Using /home/novello/stm32/zephyr/zep GEN ./Makefile CHK include/generated/version.h UPD include/generated/version.h CHK include/generated/generated_d UPD include/generated/generated_d CHK misc/generated/configs.c UPD misc/generated/configs.c CHK include/generated/offsets.h Traceback (most recent call last): File "/home/novello/stm32/zephyr/ze 8, in from elftools.elf.elffile import ELFFile ImportError: No module named 'elftools' /home/novello/stm32/zephyr/zep 'include/generated/offsets.h' failed make[3]: *** [include/generated/offsets.h] Error 1 /home/novello/stm32/zephyr/zep failed make[2]: *** [prepare] Error 2 make[2]: Leaving directory '/home/novello/stm32/zephyr/ze Makefile:178: recipe for target 'sub-make' failed make[1]: *** [sub-make] Error 2 make[1]: Leaving directory '/home/novello/stm32/zephyr/ze /home/novello/stm32/zephyr/zep failed make: *** [all] Error 2 |
|
Maciej Dębski <maciej.debski@...>
Hello Novello, there was this informative e-mail on zephyr-devel group on 24th of July, which might help you:
also, be sure you did all the steps correctly from zephyr documentation: That is it from me, I know it is not much, but I had a similar issue so I am trying to help. You surely have to look into your python packages, maybe someone else will provide you with more in-depth analysis. Good luck! On Wed, Aug 30, 2017 at 2:21 PM, Novello Giampiero <novellogp64@...> wrote:
|
|
Boie, Andrew P
Per https://www.zephyrproject.org/doc/getting_started/installation_linux.html You need to install python 3 dependencies with pip:
$ pip3 install --user -r scripts/requirements.txt
I wonder if there is a way to make this clearer, a few people have tripped over this.
Andrew
From: zephyr-devel-bounces@... [mailto:zephyr-devel-bounces@...]
On Behalf Of Novello Giampiero
Sent: Wednesday, August 30, 2017 5:21 AM To: devel@... Subject: [Zephyr-devel] request of help
I try to compile samples/hello_word I find a mistake ... It never find this tools ==> elftools.elf.elffile import ELFFile I made pip install pip install pyelftools but i have the same mistake. May You help me? I want to compile forn stm32f4 have you got some suggestion? May I use the lava tools for the test of my board? in with way ? Best Regards end Thanks Novello G.
Se the error...
cd zephyr/zephyr-git/samples/hello_world |
|