Yotta and CMAKE not build

Hey,

After a yaourt -S ninja I can perform a yt build but now I have a new error…

 yt build
info: generate for target: stm32f411re-nucleo-gcc 0.1.1 at /home/rotor/Documents/mbed/blinky/yotta_targets/stm32f411re-nucleo-gcc
GCC version is: arm-none-eabi-g++ (Arch Repository) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


CMake Warning at /home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib/source/CMakeLists.txt:43 (message):
  

           *******************************************************************
           * WARNING (uvisor-lib): unsupported platform; your code will still
           *                       work but no security feature is provided;
           *                       UVISOR_DISABLED is set by default
           *******************************************************************


suppressing warnings from mbed-hal-st-stm32cubef4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rotor/Documents/mbed/blinky/build/stm32f411re-nucleo-gcc
[4/151] Building CXX object ym/uvisor-lib/source/CMakeFiles/uvisor-lib.dir/unsupported.cpp.o
FAILED: /usr/bin/arm-none-eabi-g++   -Igenerated/include -I/home/rotor/Documents/mbed/blinky -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-drivers -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal -I/home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core -I/home/rotor/Documents/mbed/blinky/yotta_modules/ualloc -I/home/rotor/Documents/mbed/blinky/yotta_modules/minar -I/home/rotor/Documents/mbed/blinky/yotta_modules/core-util -I/home/rotor/Documents/mbed/blinky/yotta_modules/compiler-polyfill -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal-st -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal-st-stm32f4 -I/home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal-st-stm32cubef4 -I/home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-st -I/home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-stm32f4 -I/home/rotor/Documents/mbed/blinky/yotta_modules/dlmalloc -I/home/rotor/Documents/mbed/blinky/yotta_modules/minar-platform -I/home/rotor/Documents/mbed/blinky/yotta_modules/minar-platform-mbed -I/home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core/cmsis-core -I/home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-stm32f4/cmsis-core-stm32f4 -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal-st-stm32f4/mbed-hal-st-stm32f4 -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal-st-stm32cubef4/mbed-hal-st-stm32cubef4 -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal/mbed-hal -I/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-drivers/mbed -fno-exceptions -fno-unwind-tables -ffunction-sections -fdata-sections -Wall -Wextra -fno-rtti -fno-threadsafe-statics -mcpu=cortex-m4 -mthumb -D__thumb2__ -Os -g -gdwarf-3 -DNDEBUG   -DTOOLCHAIN_GCC -DTOOLCHAIN_GCC_ARM -DMBED_OPERATORS -DTARGET_STM32F411RE_NUCLEO -DTARGET_STM32F411RE -DTARGET_STM32F4 -DTOOLCHAIN_GCC -DTOOLCHAIN_GCC_ARM -include "/home/rotor/Documents/mbed/blinky/build/stm32f411re-nucleo-gcc/yotta_config.h" -MMD -MT ym/uvisor-lib/source/CMakeFiles/uvisor-lib.dir/unsupported.cpp.o -MF ym/uvisor-lib/source/CMakeFiles/uvisor-lib.dir/unsupported.cpp.o.d -o ym/uvisor-lib/source/CMakeFiles/uvisor-lib.dir/unsupported.cpp.o -c /home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib/source/unsupported.cpp
In file included from /home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-stm32f4/cmsis-core-stm32f4/cmsis.h:35:0,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core/cmsis-core/cmsis_nvic.h:35,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib/uvisor-lib/uvisor-lib.h:23,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib/source/unsupported.cpp:17:
/home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-stm32f4/cmsis-core-stm32f4/stm32f4xx.h:154:3: error: #error "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)"
  #error "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)"
   ^
In file included from /home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-stm32f4/cmsis-core-stm32f4/stm32f4xx.h:213:0,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core-stm32f4/cmsis-core-stm32f4/cmsis.h:35,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/cmsis-core/cmsis-core/cmsis_nvic.h:35,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib/uvisor-lib/uvisor-lib.h:23,
                 from /home/rotor/Documents/mbed/blinky/yotta_modules/uvisor-lib/source/unsupported.cpp:17:
/home/rotor/Documents/mbed/blinky/yotta_modules/mbed-hal-st-stm32cubef4/mbed-hal-st-stm32cubef4/stm32f4xx_hal.h:48:32: fatal error: stm32f4xx_hal_conf.h: No such file or directory
compilation terminated.
[4/151] Building C object ym/dlmalloc/source/CMakeFiles/dl...nts/mbed/blinky/yotta_modules/dlmalloc/source/dlmalloc.c.o
ninja: build stopped: subcommand failed.
error: command ['ninja'] failed

I’m really new to mbed, (a lot of arduino & c/c++) so sorry but don’t really understand everything !
I’m trying to do this tutorial

Lookgs like uvisor is not enabled but at this point is it really important ?

ualloc is buggy too ?

Thanks for the answer !