Date
1 - 3 of 3
building my first project --- can't compile (no _exit)
marty leisner
I started with zephyr off the instructions at: I'm using ubuntu 18.04. Executing: west -v build -p auto -b sam_v71b_xult samples/hello_world compiling empty files can't find _exit -- here's the CMakeError.log. I followed the instructions twice (removed the first install) marty
|
|
Alexander Wachter <alexander.wachter@...>
Hi Marty,
toggle quoted messageShow quoted text
There is a problem with CMake 3.19 and Zephyr. Downgrade CMake and try again. The related issue is tracked here: Cheers, Alex
Am 27.11.2020 um 23:03 schrieb marty leisner <maleisner@...>:
|
|
marty leisner
Thanks....downgrading cmake to 3.18.4 and clearing the cache helped... marty
On Sat, Nov 28, 2020 at 3:19 AM Alexander Wachter <alexander.wachter@...> wrote:
|
|