Can't build u-boot. No u-boot output files after build without errors.
Followed this
https://wiki.st.com/stm32mpu/wiki/STM32MP1_Developer_Package#Starting_up_the_SDK
and this
https://wiki.st.com/stm32mpu/nsfr_img_auth.php/5/57/U-Boot.README.HOW_TO.txt
at:
make stm32mp15_trusted_defconfig
make DEVICE_TREE=stm32mp157c-dk2 all
build goes fine but no .stm32 files in ../build-trusted
it shows:
-rw-r--r-- 1 user user 932 Sep 28 21:38 Makefile
drwxr-xr-x 4 user user 4096 Sep 28 21:35 scripts
lrwxrwxrwx 1 user user 184 Sep 28 21:38 source -> <path>/u-boot-stm32mp-2018.11-r0/build-trusted
Same for
make stm32mp15_basic_defconfig
make DEVICE_TREE=stm32mp157c-dk2 all
nor does this result in any files
make -f $PWD/../Makefile.sdk all
gives an rror:
cp: cannot stat <path>/Developer-Package/stm32mp1-openstlinux-4.19-thud-mp1-19-02-20/sources/arm-openstlinux_weston-linux-gnueabi/u-boot-stm32mp-2018.11-r0/build-basic/../build-trusted/u-boot.stm32': No such file or directory
cp: cannot stat '<path>/Developer-Package/stm32mp1-openstlinux-4.19-thud-mp1-19-02-20/sources/arm-openstlinux_weston-linux-gnueabi/u-boot-stm32mp-2018.11-r0/build-basic/../build-trusted/u-boot': No such file or directory
Ubuntu 19.04
