Re: Regarding issue in cmake build of hci_uart module
Anupam Roy
Hello Lawrence & Jamie, After 'west' update, nrfx.h file is available in <zephyr project directory>/modules/hal/nordic/nrfx dir & also CMAKE build got successful! Thank You very much for your help~
BR, -Anupam Roy
--------- Original Message ---------
Sender : Lawrence King <lawrence.king@...> Date : 2020-09-11 18:30 (GMT+5:30) Title : Re: [Zephyr-devel] Regarding issue in cmake build of hci_uart module
Which version of Zephyr are you trying to build? Run ‘git branch’ to find out. The newer versions of Zephyr require Zephyr SDK newer than v0.11.1
Also did you do a ‘west update’? this is required to pull in the right versions of the hal to match the version of Zephyr you have checked out.
Lawrence King Principal Developer +1(416)627-7302
From: devel@... <devel@...> On Behalf Of lairdjm
Hi Anupam, Is west in your path, if you type ‘west’ from the command line does it run? If not then it needs adding to the path. If you go to the $zephyr/../modules/hal/nordic/nrfx folder, does the folder exist and is nrfx.h in that folder? Thanks, Jamie
From: devel@... <devel@...> On Behalf Of Anupam Roy via lists.zephyrproject.org
EXTERNAL EMAIL: Be careful with attachments and links. Hello Zephyr Developers, Presently, I am trying to do CMAKE build of $zephyr/zephyr/samples/bluetooth/hci_uart/ for my nRF52840 BLE Controller (dongle). Board config was set as follows. cmake -DBOARD=nrf52840dongle_nrf52840 ..
After setting board config, I am facing build fail due to missing nrfx.h file. Any insight or clue for resolving this problem will be really helpful. Thank You very much!
Following is the compilation log snippet.
Note: I am using Zephyr SDK v0.11.1
BR, -Anupam Roy
|
||
|