You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/11/14 19:37:03 UTC

[GitHub] [mynewt-newt] uwej711 commented on issue #494: Not able to build blinky with newt 1.9.0 and newt 1.10.0

uwej711 commented on issue #494:
URL: https://github.com/apache/mynewt-newt/issues/494#issuecomment-1314276013

   Here is what I use: newt build from source
   
   [alarm@alarm ~]$ go version
   go version go1.19.3 linux/arm64
   
   [alarm@alarm ~]$ newt version
   Apache Newt 1.10.0 / 7b428d5-dirty / 2022-11-14_19:22
   
   [alarm@alarm mynewt]$ newt new --shallow 0 blinky_10
   Downloading project skeleton from apache/mynewt-blinky...
   Downloading repository mynewt-blinky (commit: master) from https://github.com/apache/mynewt-blinky.git
   Installing skeleton in blinky_10 (commit: mynewt_1_10_0_rc1_tag)
   Project blinky_10 successfully created.
   
   [alarm@alarm mynewt]$ cd blinky_10/
   [alarm@alarm blinky_10]$ newt upgrade
   Downloading repository mynewt-core (commit: master) from https://github.com/apache/mynewt-core.git
   WARNING: Creating a shallow clone by default. To unshallow repository later use "git fetch --unshallow".
   Downloading repository mynewt-mcumgr (commit: master) from https://github.com/apache/mynewt-mcumgr.git
   Downloading repository mynewt-nimble (commit: master) from https://github.com/apache/mynewt-nimble.git
   Downloading repository mcuboot (commit: main) from https://github.com/mcu-tools/mcuboot.git
   Making the following changes to the project:
   apache-mynewt-core successfully upgraded to version 1.10.0
   apache-mynewt-mcumgr successfully upgraded to version 0.3.0
   apache-mynewt-nimble successfully upgraded to version 1.5.0
   mcuboot successfully upgraded to version 1.7.2
   
   Create a target for the bootloader ...
   
   [alarm@alarm blinky_10]$ newt target show
   targets/ble400_boot
       app=@mcuboot/boot/mynewt
       bsp=@apache-mynewt-core/hw/bsp/ble400
       build_profile=optimized
   
   I can include the complete output from ```newt build -ldebug ble400_boot``` but it is quite long, maybe just let my know what would be of interest.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org