This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lorenzo@MacBook-Air-di-Lorenzo ~/gitHubRepo/nov7Zephyr/zephyr/samples/anyledger/anyledger-wallet/build $ cmake -GNinja -DBOARD=nrf52840_pca10056 -DBUILD_XCOMPILE=1 ../ | |
-- Found PythonInterp: /Users/lorenzo/anaconda/bin/python3 (found suitable version "3.6", minimum required is "3") | |
-- Found PythonInterp: /Users/lorenzo/anaconda/bin/python3 (found suitable version "3.6", minimum required is "3.4") | |
-- Selected BOARD nrf52840_pca10056 | |
Zephyr version: 1.13.99 | |
Parsing Kconfig tree in /Users/lorenzo/gitHubRepo/zephyr/Kconfig | |
Loading /Users/lorenzo/gitHubRepo/zephyr/boards/arm/nrf52840_pca10056/nrf52840_pca10056_defconfig as base | |
Merging /Users/lorenzo/gitHubRepo/nov7Zephyr/zephyr/samples/anyledger/anyledger-wallet/prj.conf | |
-- Generating zephyr/include/generated/generated_dts_board.h | |
nrf52840_pca10056.dts_compiled: Warning (unique_unit_address): /soc/i2c@40003000: duplicate unit-address (also used in node /soc/spi@40003000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1/243] Preparing syscall dependency handling | |
[201/243] Performing download step (git clone) for 'trezor-crypto-lib' | |
Cloning into 'trezor-crypto'... | |
Already on 'master' | |
Your branch is up to date with 'origin/master'. | |
Submodule 'tests/wycheproof' (https://github.com/google/wycheproof) registered for path 'tests/wycheproof' | |
Cloning into '/Users/lorenzo/gitHubRepo/zephyr/samples/anyledger/anyledger-wallet/build/thirdparty/trezor-crypto/tests/wycheproof'... | |
Submodule path 'tests/wycheproof': checked out '2904be69e9d666bf3064fdc15093747e695cfae6' | |
[204/243] Performing configure step for 'trezor-crypto-lib' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lorenzo@MacBook-Air-di-Lorenzo ~/gitHubRepo/zephyr/samples/anyledger/anyledger-wallet/build $ cd trezor-crypto | |
lorenzo@MacBook-Air-di-Lorenzo ~/gitHubRepo/zephyr/samples/anyledger/anyledger-wallet/build/trezor-crypto $ cd src/trezor-crypto-lib-build/ | |
lorenzo@MacBook-Air-di-Lorenzo ~/gitHubRepo/zephyr/samples/anyledger/anyledger-wallet/build/trezor-crypto/src/trezor-crypto-lib-build $ ninja clean && ninja -v | |
[1/1] Cleaning all built files... | |
Cleaning... 29 files. | |
[1/29] /Users/lorenzo/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi-gcc -DUSE_ETHEREUM=1 -DUSE_KECCAK=1 -I/Users/lorenzo/gitHubRepo/zephyr/samples/anyledger/anyledger-wallet/build/thirdparty/trezor-crypto/. -I/Users/lorenzo/gitHubRepo/zephyr/kernel/include -I/Users/lorenzo/gitHubRepo/zephyr/arch/arm/include -I/Users/lorenzo/gitHubRepo/zephyr/soc/arm/nordic_nrf/nrf52 -I/Users/lorenzo/gitHubRepo/zephyr/soc/arm/nordic_nrf/nrf52/include -I/Users/lorenzo/gitHubRepo/zephyr/soc/arm/nordic_nrf/include -I/Users/lorenzo/gitHubRepo/zephyr/boards/arm/nr |
NewerOlder