|
Re: Build error with west T2 star topology
Finally I've found the problem.
adding this entry in west.yml make the compilation ok:
projects:
...
- name: mcumgr revision: 84934959d2d1722a23b7e7e200191ae4a6f96168
path: modules/lib/mcumgr
Why
Finally I've found the problem.
adding this entry in west.yml make the compilation ok:
projects:
...
- name: mcumgr revision: 84934959d2d1722a23b7e7e200191ae4a6f96168
path: modules/lib/mcumgr
Why
|
By
Attilio Dona <attilio.dona@...>
·
#1728
·
Edited
|
|
Re: Build error with west T2 star topology
"Attilio Dona via Lists.Zephyrproject.Org"
<attilio.dona=gmail.com@...> writes:
Thanks for including a full log of a pristine build.
Looks like the tinycbor module as found,
"Attilio Dona via Lists.Zephyrproject.Org"
<attilio.dona=gmail.com@...> writes:
Thanks for including a full log of a pristine build.
Looks like the tinycbor module as found,
|
By
Bolivar, Marti
·
#1727
·
|
|
API meeting: Agenda
Hi all,
This week we will look at:
- GPIO: Update on progress
- Look at the PRs with driver conversion
- Check the timeline
- Debouncing:
Hi all,
This week we will look at:
- GPIO: Update on progress
- Look at the PRs with driver conversion
- Check the timeline
- Debouncing:
|
By
Carles Cufi
·
#1726
·
|
|
Build error with west T2 star topology
I'm trying to setup a T2 topology (Star topology with an application repository as the manifest repository).
The most similar problem that I've found it is from the thread
I'm trying to setup a T2 topology (Star topology with an application repository as the manifest repository).
The most similar problem that I've found it is from the thread
|
By
attilio.dona@...
·
#1725
·
|
|
Re: build failed due to missing headers
Shame on me, I missed it :(
--
Stephane D'Alu -- Ingenieur Recherche
Laboratoire CITI / INSA-Lyon
Tel: +33 47243 8925
Shame on me, I missed it :(
--
Stephane D'Alu -- Ingenieur Recherche
Laboratoire CITI / INSA-Lyon
Tel: +33 47243 8925
|
By
Stephane D'Alu
·
#1724
·
|
|
Re: build failed due to missing headers
"Stephane D'Alu via Lists.Zephyrproject.Org"
<stephane.dalu=insa-lyon.fr@...> writes:
Great!
I don't know how pip3 works on FreeBSD, but the instructions in the
getting started
"Stephane D'Alu via Lists.Zephyrproject.Org"
<stephane.dalu=insa-lyon.fr@...> writes:
Great!
I don't know how pip3 works on FreeBSD, but the instructions in the
getting started
|
By
Bolivar, Marti
·
#1723
·
|
|
Re: build failed due to missing headers
Hi Stephane:
Charles and I went through the Getting Started guide a month or so ago, getting ~/.local/bin into the path was one of thing I had tripped over, and we made sure it was in the getting
Hi Stephane:
Charles and I went through the Getting Started guide a month or so ago, getting ~/.local/bin into the path was one of thing I had tripped over, and we made sure it was in the getting
|
By
Lawrence King
·
#1722
·
|
|
Re: build failed due to missing headers
You got it! That was related to west not being in the PATH.
It is now compiling fine, thanks
Perhaps it could be usefudl for other to add a note in the getting started guide, that west must be
You got it! That was related to west not being in the PATH.
It is now compiling fine, thanks
Perhaps it could be usefudl for other to add a note in the getting started guide, that west must be
|
By
Stephane D'Alu
·
#1721
·
|
|
Re: build failed due to missing headers
"Stephane D'Alu via Lists.Zephyrproject.Org"
<stephane.dalu=insa-lyon.fr@...> writes:
That's your problem, then. If you're doing a pristine build and the build
system finds west
"Stephane D'Alu via Lists.Zephyrproject.Org"
<stephane.dalu=insa-lyon.fr@...> writes:
That's your problem, then. If you're doing a pristine build and the build
system finds west
|
By
Bolivar, Marti
·
#1720
·
|
|
Re: build failed due to missing headers
don't have such file
sdalu@hyperion:~/Z/zephyrproject$ find . -name 'zephyr_modules.txt'
// no files reported //
Guessing that abspath is ~/Z/zephyrproject in my case ?
$ ~/.local/bin/west list
don't have such file
sdalu@hyperion:~/Z/zephyrproject$ find . -name 'zephyr_modules.txt'
// no files reported //
Guessing that abspath is ~/Z/zephyrproject in my case ?
$ ~/.local/bin/west list
|
By
Stephane D'Alu
·
#1719
·
|
|
Re: build failed due to missing headers
"Stephane D'Alu via Lists.Zephyrproject.Org"
<stephane.dalu=insa-lyon.fr@...> writes:
Can you check for a line like this in build/zephyr_modules.txt?
$ grep nordic
"Stephane D'Alu via Lists.Zephyrproject.Org"
<stephane.dalu=insa-lyon.fr@...> writes:
Can you check for a line like this in build/zephyr_modules.txt?
$ grep nordic
|
By
Bolivar, Marti
·
#1718
·
|
|
Re: build failed due to missing headers
Note also, that I'm on freebsd, that's shouldn't impact the way build is working, but perhaps something is not done correctly in west ?
--
Stephane D'Alu -- Ingenieur Recherche
Laboratoire CITI /
Note also, that I'm on freebsd, that's shouldn't impact the way build is working, but perhaps something is not done correctly in west ?
--
Stephane D'Alu -- Ingenieur Recherche
Laboratoire CITI /
|
By
Stephane D'Alu
·
#1717
·
|
|
Re: build failed due to missing headers
~/.zypherrc is now:
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH=/usr/local/gcc-arm-embedded
export HOSTCC=cc
I removed the build directory, started a new session so
~/.zypherrc is now:
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH=/usr/local/gcc-arm-embedded
export HOSTCC=cc
I removed the build directory, started a new session so
|
By
Stephane D'Alu
·
#1716
·
|
|
Re: build failed due to missing headers
By
Carles Cufi
·
#1715
·
|
|
Re: build failed due to missing headers
Same thing:
$ rm -rf build
$ ~/.local/bin/west -vvv build -b nrf52840_mdk samples/basic/blinky
...
...
../soc/arm/nordic_nrf/nrf52/soc.h:16:10: fatal error: nrfx.h: No such file or directory
Same thing:
$ rm -rf build
$ ~/.local/bin/west -vvv build -b nrf52840_mdk samples/basic/blinky
...
...
../soc/arm/nordic_nrf/nrf52/soc.h:16:10: fatal error: nrfx.h: No such file or directory
|
By
Stephane D'Alu
·
#1714
·
|
|
Re: build failed due to missing headers
Can you try removing the entire /home/sdalu/Z/zephyrproject/zephyr/build folder and building again? It might be an issue with stale build files.
Carles
Can you try removing the entire /home/sdalu/Z/zephyrproject/zephyr/build folder and building again? It might be an issue with stale build files.
Carles
|
By
Carles Cufi
·
#1713
·
|
|
Re: build failed due to missing headers
yeap.
nrxf.h exist in modules directory but doesn't seems to be picked up:
sdalu@hyperion:~/Z/zephyrproject$ find . -name
yeap.
nrxf.h exist in modules directory but doesn't seems to be picked up:
sdalu@hyperion:~/Z/zephyrproject$ find . -name
|
By
Stephane D'Alu
·
#1712
·
|
|
Re: build failed due to missing headers
Hi there,
Works fine here, are you sure you ran "west update"?
Carles
Hi there,
Works fine here, are you sure you ran "west update"?
Carles
|
By
Carles Cufi
·
#1711
·
|
|
build failed due to missing headers
I just followed the Getting started guide [1], to install zephyr.
And tried to build my first example. Unfortunately it seems
that includes are not correctly picked up
I'm doing (west version is
I just followed the Getting started guide [1], to install zephyr.
And tried to build my first example. Unfortunately it seems
that includes are not correctly picked up
I'm doing (west version is
|
By
Stephane D'Alu
·
#1710
·
|
|
Re: Atomic services
#include <sys/atomic.h> doesn’t work?
Andrew
#include <sys/atomic.h> doesn’t work?
Andrew
|
By
Boie, Andrew P
·
#1709
·
|