Last active
November 14, 2019 18:13
-
-
Save justinmoon/3a625f80d58737f41216355bc4cfb160 to your computer and use it in GitHub Desktop.
Trying to run HWI unittests
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
$ ./setup_environment.sh | |
+ mkdir -p work | |
+ cd work | |
+ trezor_setup_needed=false | |
+ '[' '!' -d trezor-firmware ']' | |
+ cd trezor-firmware | |
+ git fetch | |
+ UPSTREAM='@{u}' | |
++ git rev-parse @ | |
+ LOCAL=9e33d69607962dbaefe0173d5d46c45c07885b95 | |
++ git rev-parse '@{u}' | |
+ REMOTE=9e33d69607962dbaefe0173d5d46c45c07885b95 | |
++ git merge-base @ '@{u}' | |
+ BASE=9e33d69607962dbaefe0173d5d46c45c07885b95 | |
+ '[' 9e33d69607962dbaefe0173d5d46c45c07885b95 = 9e33d69607962dbaefe0173d5d46c45c07885b95 ']' | |
+ echo Up-to-date | |
Up-to-date | |
+ cd legacy | |
+ export EMULATOR=1 TREZOR_TRANSPORT_V1=1 DEBUG_LINK=1 HEADLESS=1 | |
+ EMULATOR=1 | |
+ TREZOR_TRANSPORT_V1=1 | |
+ DEBUG_LINK=1 | |
+ HEADLESS=1 | |
+ '[' false == true ']' | |
+ pipenv run script/cibuild | |
make: Entering directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/emulator' | |
MEMORY_PROTECT=1 | |
make: 'libemulator.a' is up to date. | |
make: Leaving directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/emulator' | |
MEMORY_PROTECT=1 | |
make: 'libtrezor.a' is up to date. | |
make: Entering directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/vendor/nanopb/generator/proto' | |
make: Nothing to be done for 'all'. | |
make: Leaving directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/vendor/nanopb/generator/proto' | |
make: Entering directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/firmware/protob' | |
Traceback (most recent call last): | |
File "messages_map.py", line 5, in <module> | |
from messages_pb2 import ( | |
File "/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/firmware/protob/messages_pb2.py", line 7, in <module> | |
from google.protobuf.internal import enum_type_wrapper | |
ModuleNotFoundError: No module named 'google' | |
make: *** [Makefile:36: messages_map.h] Error 1 | |
make: Leaving directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/firmware/protob' | |
+ find . -name emulator.img -exec rm '{}' ';' | |
+ cd .. | |
+ cd core | |
+ '[' false == true ']' | |
+ make build_unix | |
./tools/res_collect | |
processing file trezor/res/swipe_right.toif (133 bytes) | |
processing file trezor/res/confirm.toif (89 bytes) | |
processing file trezor/res/check.toif (181 bytes) | |
processing file trezor/res/left.toif (73 bytes) | |
processing file trezor/res/cancel.toif (115 bytes) | |
processing file trezor/res/pin_close.toif (275 bytes) | |
processing file trezor/res/swipe.toif (137 bytes) | |
processing file trezor/res/click.toif (139 bytes) | |
processing file trezor/res/header_icons/nocopy.toif (147 bytes) | |
processing file trezor/res/header_icons/wipe.toif (163 bytes) | |
processing file trezor/res/header_icons/reset.toif (189 bytes) | |
processing file trezor/res/header_icons/wrong.toif (182 bytes) | |
processing file trezor/res/header_icons/cog.toif (152 bytes) | |
processing file trezor/res/header_icons/receive.toif (109 bytes) | |
processing file trezor/res/header_icons/recovery.toif (147 bytes) | |
processing file trezor/res/header_icons/send.toif (104 bytes) | |
processing file trezor/res/swipe_left.toif (129 bytes) | |
processing file trezor/res/lock.toif (72 bytes) | |
processing file trezor/res/recovery.toif (147 bytes) | |
processing file trezor/res/space.toif (34 bytes) | |
processing file apps/management/res/small-arrow.toif (195 bytes) | |
processing file apps/webauthn/res/icon_fedora.toif (1510 bytes) | |
processing file apps/webauthn/res/icon_bitfinex.toif (1322 bytes) | |
processing file apps/webauthn/res/icon_webauthn.toif (1137 bytes) | |
processing file apps/webauthn/res/icon_bitbucket.toif (931 bytes) | |
processing file apps/webauthn/res/icon_dashlane.toif (2482 bytes) | |
processing file apps/webauthn/res/icon_login.gov.toif (682 bytes) | |
processing file apps/webauthn/res/icon_fastmail.toif (1108 bytes) | |
processing file apps/webauthn/res/icon_github.toif (1947 bytes) | |
processing file apps/webauthn/res/icon_mojeid.toif (1335 bytes) | |
processing file apps/webauthn/res/icon_duo.toif (574 bytes) | |
processing file apps/webauthn/res/icon_microsoft.toif (177 bytes) | |
processing file apps/webauthn/res/icon_google.toif (1260 bytes) | |
processing file apps/webauthn/res/icon_stripe.toif (766 bytes) | |
processing file apps/webauthn/res/icon_lastpass.toif (763 bytes) | |
processing file apps/webauthn/res/icon_gandi.toif (1367 bytes) | |
processing file apps/webauthn/res/icon_keeper.toif (1852 bytes) | |
processing file apps/webauthn/res/icon_slush_pool.toif (1931 bytes) | |
processing file apps/webauthn/res/icon_gitlab.toif (1117 bytes) | |
processing file apps/webauthn/res/icon_binance.toif (609 bytes) | |
processing file apps/webauthn/res/icon_dropbox.toif (940 bytes) | |
processing file apps/homescreen/res/bg.toif (9522 bytes) | |
continuing with trezor/res/resources.py, no changes detected | |
scons -Q -j 4 CFLAGS="-DGITREV=9e33d6960" build/unix/micropython BITCOIN_ONLY="0" | |
^Cscons: Build interrupted. | |
make: *** [Makefile:121: build_unix] Error 2 | |
[justin@justin-pc test]$ vim setup_environment.sh | |
[justin@justin-pc test]$ ./setup_environment.sh | |
+ mkdir -p work | |
+ cd work | |
+ trezor_setup_needed=false | |
+ '[' '!' -d trezor-firmware ']' | |
+ cd trezor-firmware | |
+ git fetch | |
+ UPSTREAM='@{u}' | |
++ git rev-parse @ | |
+ LOCAL=9e33d69607962dbaefe0173d5d46c45c07885b95 | |
++ git rev-parse '@{u}' | |
+ REMOTE=9e33d69607962dbaefe0173d5d46c45c07885b95 | |
++ git merge-base @ '@{u}' | |
+ BASE=9e33d69607962dbaefe0173d5d46c45c07885b95 | |
+ '[' 9e33d69607962dbaefe0173d5d46c45c07885b95 = 9e33d69607962dbaefe0173d5d46c45c07885b95 ']' | |
+ echo Up-to-date | |
Up-to-date | |
+ cd legacy | |
+ export EMULATOR=1 TREZOR_TRANSPORT_V1=1 DEBUG_LINK=1 HEADLESS=1 | |
+ EMULATOR=1 | |
+ TREZOR_TRANSPORT_V1=1 | |
+ DEBUG_LINK=1 | |
+ HEADLESS=1 | |
+ '[' false == true ']' | |
+ pipenv run script/cibuild | |
make: Entering directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/emulator' | |
MEMORY_PROTECT=1 | |
make: 'libemulator.a' is up to date. | |
make: Leaving directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/emulator' | |
MEMORY_PROTECT=1 | |
make: 'libtrezor.a' is up to date. | |
make: Entering directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/vendor/nanopb/generator/proto' | |
make: Nothing to be done for 'all'. | |
make: Leaving directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/vendor/nanopb/generator/proto' | |
make: Entering directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/firmware/protob' | |
Traceback (most recent call last): | |
File "messages_map.py", line 5, in <module> | |
from messages_pb2 import ( | |
File "/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/firmware/protob/messages_pb2.py", line 7, in <module> | |
from google.protobuf.internal import enum_type_wrapper | |
ModuleNotFoundError: No module named 'google' | |
make: *** [Makefile:36: messages_map.h] Error 1 | |
make: Leaving directory '/home/justin/dev/github/HWI/test/work/trezor-firmware/legacy/firmware/protob' | |
+ find . -name emulator.img -exec rm '{}' ';' | |
+ cd .. | |
+ cd core | |
+ '[' false == true ']' | |
+ make build_unix | |
./tools/res_collect | |
processing file trezor/res/swipe_right.toif (133 bytes) | |
processing file trezor/res/confirm.toif (89 bytes) | |
processing file trezor/res/check.toif (181 bytes) | |
processing file trezor/res/left.toif (73 bytes) | |
processing file trezor/res/cancel.toif (115 bytes) | |
processing file trezor/res/pin_close.toif (275 bytes) | |
processing file trezor/res/swipe.toif (137 bytes) | |
processing file trezor/res/click.toif (139 bytes) | |
processing file trezor/res/header_icons/nocopy.toif (147 bytes) | |
processing file trezor/res/header_icons/wipe.toif (163 bytes) | |
processing file trezor/res/header_icons/reset.toif (189 bytes) | |
processing file trezor/res/header_icons/wrong.toif (182 bytes) | |
processing file trezor/res/header_icons/cog.toif (152 bytes) | |
processing file trezor/res/header_icons/receive.toif (109 bytes) | |
processing file trezor/res/header_icons/recovery.toif (147 bytes) | |
processing file trezor/res/header_icons/send.toif (104 bytes) | |
processing file trezor/res/swipe_left.toif (129 bytes) | |
processing file trezor/res/lock.toif (72 bytes) | |
processing file trezor/res/recovery.toif (147 bytes) | |
processing file trezor/res/space.toif (34 bytes) | |
processing file apps/management/res/small-arrow.toif (195 bytes) | |
processing file apps/webauthn/res/icon_fedora.toif (1510 bytes) | |
processing file apps/webauthn/res/icon_bitfinex.toif (1322 bytes) | |
processing file apps/webauthn/res/icon_webauthn.toif (1137 bytes) | |
processing file apps/webauthn/res/icon_bitbucket.toif (931 bytes) | |
processing file apps/webauthn/res/icon_dashlane.toif (2482 bytes) | |
processing file apps/webauthn/res/icon_login.gov.toif (682 bytes) | |
processing file apps/webauthn/res/icon_fastmail.toif (1108 bytes) | |
processing file apps/webauthn/res/icon_github.toif (1947 bytes) | |
processing file apps/webauthn/res/icon_mojeid.toif (1335 bytes) | |
processing file apps/webauthn/res/icon_duo.toif (574 bytes) | |
processing file apps/webauthn/res/icon_microsoft.toif (177 bytes) | |
processing file apps/webauthn/res/icon_google.toif (1260 bytes) | |
processing file apps/webauthn/res/icon_stripe.toif (766 bytes) | |
processing file apps/webauthn/res/icon_lastpass.toif (763 bytes) | |
processing file apps/webauthn/res/icon_gandi.toif (1367 bytes) | |
processing file apps/webauthn/res/icon_keeper.toif (1852 bytes) | |
processing file apps/webauthn/res/icon_slush_pool.toif (1931 bytes) | |
processing file apps/webauthn/res/icon_gitlab.toif (1117 bytes) | |
processing file apps/webauthn/res/icon_binance.toif (609 bytes) | |
processing file apps/webauthn/res/icon_dropbox.toif (940 bytes) | |
processing file apps/homescreen/res/bg.toif (9522 bytes) | |
continuing with trezor/res/resources.py, no changes detected | |
scons -Q -j 4 CFLAGS="-DGITREV=9e33d6960" build/unix/micropython BITCOIN_ONLY="0" | |
Package SDL2_image was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `SDL2_image.pc' | |
to the PKG_CONFIG_PATH environment variable | |
Package 'SDL2_image', required by 'virtual:world', not found | |
SDL2 not installed, Emulator build is not possible | |
python vendor/micropython/py/makeversionhdr.py build/unix/genhdr/mpversion.h | |
gcc -o build/unix/vendor/secp256k1-zkp/src/gen_context.o -c -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp vendor/secp256k1-zkp/src/gen_context.c | |
GEN build/unix/genhdr/mpversion.h | |
gcc -o build/unix/vendor/secp256k1-zkp/gen_context build/unix/vendor/secp256k1-zkp/src/gen_context.o | |
gcc -E -DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorconfig/modtrezorconfig.c vendor/trezor-storage/norcow.c vendor/trezor-storage/storage.c embed/extmod/modtrezorcrypto/modtrezorcrypto.c embed/extmod/modtrezorcrypto/crc.c vendor/trezor-crypto/address.c vendor/trezor-crypto/aes/aescrypt.c vendor/trezor-crypto/aes/aeskey.c vendor/trezor-crypto/aes/aes_modes.c vendor/trezor-crypto/aes/aestab.c vendor/trezor-crypto/base58.c vendor/trezor-crypto/base32.c vendor/trezor-crypto/bignum.c vendor/trezor-crypto/bip32.c vendor/trezor-crypto/bip39.c vendor/trezor-crypto/blake256.c vendor/trezor-crypto/blake2b.c vendor/trezor-crypto/blake2s.c vendor/trezor-crypto/curves.c vendor/trezor-crypto/ecdsa.c vendor/trezor-crypto/chacha20poly1305/chacha20poly1305.c vendor/trezor-crypto/chacha20poly1305/chacha_merged.c vendor/trezor-crypto/chacha20poly1305/poly1305-donna.c vendor/trezor-crypto/chacha20poly1305/rfc7539.c vendor/trezor-crypto/ed25519-donna/curve25519-donna-32bit.c vendor/trezor-crypto/ed25519-donna/curve25519-donna-helpers.c vendor/trezor-crypto/ed25519-donna/curve25519-donna-scalarmult-base.c vendor/trezor-crypto/ed25519-donna/ed25519.c vendor/trezor-crypto/ed25519-donna/ed25519-donna-32bit-tables.c vendor/trezor-crypto/ed25519-donna/ed25519-donna-basepoint-table.c vendor/trezor-crypto/ed25519-donna/ed25519-donna-impl-base.c vendor/trezor-crypto/ed25519-donna/ed25519-keccak.c vendor/trezor-crypto/ed25519-donna/ed25519-sha3.c vendor/trezor-crypto/ed25519-donna/modm-donna-32bit.c vendor/trezor-crypto/groestl.c vendor/trezor-crypto/hasher.c vendor/trezor-crypto/hmac.c vendor/trezor-crypto/hmac_drbg.c vendor/trezor-crypto/memzero.c vendor/trezor-crypto/nem.c vendor/trezor-crypto/nist256p1.c vendor/trezor-crypto/pbkdf2.c vendor/trezor-crypto/rand.c vendor/trezor-crypto/ripemd160.c vendor/trezor-crypto/rfc6979.c vendor/trezor-crypto/secp256k1.c vendor/trezor-crypto/sha2.c vendor/trezor-crypto/sha3.c vendor/trezor-crypto/shamir.c vendor/trezor-crypto/slip39.c vendor/trezor-crypto/monero/base58.c vendor/trezor-crypto/monero/serialize.c vendor/trezor-crypto/monero/xmr.c embed/extmod/modtrezorio/ff.c embed/extmod/modtrezorio/ffunicode.c embed/extmod/modtrezorio/modtrezorio.c embed/extmod/modtrezorui/display.c embed/extmod/modtrezorui/font_bitmap.c embed/extmod/modtrezorui/font_roboto_bold_20.c embed/extmod/modtrezorui/font_roboto_regular_20.c embed/extmod/modtrezorui/font_robotomono_bold_20.c embed/extmod/modtrezorui/font_robotomono_regular_20.c embed/extmod/modtrezorui/inflate.c embed/extmod/modtrezorui/modtrezorui.c embed/extmod/modtrezorui/qr-code-generator/qrcodegen.c embed/extmod/modtrezorutils/modtrezorutils.c vendor/micropython/ports/unix/modtime.c vendor/micropython/extmod/modubinascii.c vendor/micropython/extmod/moductypes.c vendor/micropython/extmod/moduheapq.c vendor/micropython/extmod/modutimeq.c vendor/micropython/extmod/utime_mphal.c vendor/micropython/lib/mp-readline/readline.c vendor/micropython/ports/unix/modos.c vendor/micropython/py/argcheck.c vendor/micropython/py/asmarm.c vendor/micropython/py/asmbase.c vendor/micropython/py/asmthumb.c vendor/micropython/py/asmx64.c vendor/micropython/py/asmx86.c vendor/micropython/py/asmxtensa.c vendor/micropython/py/bc.c vendor/micropython/py/binary.c vendor/micropython/py/builtinevex.c vendor/micropython/py/builtinhelp.c vendor/micropython/py/builtinimport.c vendor/micropython/py/compile.c vendor/micropython/py/emitbc.c vendor/micropython/py/emitcommon.c vendor/micropython/py/emitglue.c vendor/micropython/py/emitinlinethumb.c vendor/micropython/py/emitinlinextensa.c vendor/micropython/py/emitnarm.c vendor/micropython/py/emitnative.c vendor/micropython/py/emitnthumb.c vendor/micropython/py/emitnx64.c vendor/micropython/py/emitnx86.c vendor/micropython/py/emitnxtensa.c vendor/micropython/py/formatfloat.c vendor/micropython/py/frozenmod.c vendor/micropython/py/gc.c vendor/micropython/py/lexer.c vendor/micropython/py/malloc.c vendor/micropython/py/map.c vendor/micropython/py/modarray.c vendor/micropython/py/modbuiltins.c vendor/micropython/py/modcmath.c vendor/micropython/py/modcollections.c vendor/micropython/py/modgc.c vendor/micropython/py/modio.c vendor/micropython/py/modmath.c vendor/micropython/py/modmicropython.c vendor/micropython/py/modstruct.c vendor/micropython/py/modsys.c vendor/micropython/py/modthread.c vendor/micropython/py/moduerrno.c vendor/micropython/py/mpprint.c vendor/micropython/py/mpstate.c vendor/micropython/py/mpz.c vendor/micropython/py/nativeglue.c vendor/micropython/py/nlr.c vendor/micropython/py/nlrsetjmp.c vendor/micropython/py/nlrthumb.c vendor/micropython/py/nlrx64.c vendor/micropython/py/nlrx86.c vendor/micropython/py/nlrxtensa.c vendor/micropython/py/obj.c vendor/micropython/py/objarray.c vendor/micropython/py/objattrtuple.c vendor/micropython/py/objbool.c vendor/micropython/py/objboundmeth.c vendor/micropython/py/objcell.c vendor/micropython/py/objclosure.c vendor/micropython/py/objcomplex.c vendor/micropython/py/objdeque.c vendor/micropython/py/objdict.c vendor/micropython/py/objenumerate.c vendor/micropython/py/objexcept.c vendor/micropython/py/objfilter.c vendor/micropython/py/objfloat.c vendor/micropython/py/objfun.c vendor/micropython/py/objgenerator.c vendor/micropython/py/objgetitemiter.c vendor/micropython/py/objint.c vendor/micropython/py/objint_longlong.c vendor/micropython/py/objint_mpz.c vendor/micropython/py/objlist.c vendor/micropython/py/objmap.c vendor/micropython/py/objmodule.c vendor/micropython/py/objnamedtuple.c vendor/micropython/py/objnone.c vendor/micropython/py/objobject.c vendor/micropython/py/objpolyiter.c vendor/micropython/py/objproperty.c vendor/micropython/py/objrange.c vendor/micropython/py/objreversed.c vendor/micropython/py/objset.c vendor/micropython/py/objsingleton.c vendor/micropython/py/objslice.c vendor/micropython/py/objstr.c vendor/micropython/py/objstringio.c vendor/micropython/py/objstrunicode.c vendor/micropython/py/objtuple.c vendor/micropython/py/objtype.c vendor/micropython/py/objzip.c vendor/micropython/py/opmethods.c vendor/micropython/py/parse.c vendor/micropython/py/parsenum.c vendor/micropython/py/parsenumbase.c vendor/micropython/py/persistentcode.c vendor/micropython/py/pystack.c vendor/micropython/py/qstr.c vendor/micropython/py/reader.c vendor/micropython/py/repl.c vendor/micropython/py/runtime.c vendor/micropython/py/runtime_utils.c vendor/micropython/py/scheduler.c vendor/micropython/py/scope.c vendor/micropython/py/sequence.c vendor/micropython/py/showbc.c vendor/micropython/py/smallint.c vendor/micropython/py/stackctrl.c vendor/micropython/py/stream.c vendor/micropython/py/unicode.c vendor/micropython/py/vm.c vendor/micropython/py/vstr.c vendor/micropython/py/warning.c embed/unix/common.c embed/unix/flash.c embed/unix/main.c embed/unix/profile.c embed/unix/rng.c embed/unix/sbu.c embed/unix/sdcard.c embed/unix/touch.c embed/unix/usb.c vendor/micropython/ports/unix/alloc.c vendor/micropython/ports/unix/gccollect.c vendor/micropython/ports/unix/input.c vendor/micropython/ports/unix/unix_mphal.c | python site_scons/site_tools/micropython/qstrdefs.py > build/unix/genhdr/qstrdefs.collected.h | |
cd build/unix/vendor/secp256k1-zkp; ./gen_context | |
In file included from embed/extmod/modtrezorui/display.c:53: | |
embed/extmod/modtrezorui/display-unix.h:21:10: fatal error: SDL2/SDL_image.h: No such file or directory | |
21 | #include <SDL2/SDL_image.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
cat vendor/micropython/py/qstrdefs.h build/unix/genhdr/qstrdefs.collected.h | sed 's/^Q(.*)/"&"/' | gcc -E -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include - | sed 's/^"\(Q(.*)\)"/\1/' > build/unix/genhdr/qstrdefs.preprocessed.h | |
python vendor/micropython/py/makeqstrdata.py build/unix/genhdr/qstrdefs.preprocessed.h > build/unix/genhdr/qstrdefs.generated.h | |
gcc -o build/unix/vendor/trezor-crypto/memzero.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/memzero.c | |
gcc -o build/unix/embed/extmod/modtrezorui/font_robotomono_regular_20.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorui/font_robotomono_regular_20.c | |
gcc -o build/unix/vendor/micropython/py/objint_longlong.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objint_longlong.c | |
gcc -o build/unix/vendor/micropython/py/modbuiltins.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/modbuiltins.c | |
gcc -o build/unix/vendor/trezor-crypto/bip32.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/bip32.c | |
gcc -o build/unix/embed/unix/usb.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/unix/usb.c | |
gcc -o build/unix/vendor/micropython/py/qstr.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/qstr.c | |
gcc -o build/unix/vendor/trezor-crypto/aes/aestab.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/aes/aestab.c | |
gcc -o build/unix/vendor/micropython/py/runtime_utils.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/runtime_utils.c | |
gcc -o build/unix/vendor/trezor-crypto/chacha20poly1305/poly1305-donna.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/chacha20poly1305/poly1305-donna.c | |
gcc -o build/unix/vendor/micropython/py/compile.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/compile.c | |
gcc -o build/unix/vendor/micropython/py/objstr.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objstr.c | |
gcc -o build/unix/embed/extmod/modtrezorui/qr-code-generator/qrcodegen.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorui/qr-code-generator/qrcodegen.c | |
gcc -o build/unix/vendor/micropython/py/emitglue.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/emitglue.c | |
gcc -o build/unix/vendor/trezor-crypto/blake2s.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/blake2s.c | |
gcc -o build/unix/vendor/micropython/py/formatfloat.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/formatfloat.c | |
gcc -o build/unix/vendor/micropython/py/objexcept.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objexcept.c | |
gcc -o build/unix/vendor/micropython/py/objcell.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objcell.c | |
gcc -o build/unix/vendor/micropython/py/asmxtensa.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/asmxtensa.c | |
gcc -o build/unix/vendor/trezor-crypto/bignum.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/bignum.c | |
gcc -o build/unix/vendor/micropython/py/objdeque.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objdeque.c | |
gcc -o build/unix/vendor/micropython/py/objobject.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objobject.c | |
gcc -o build/unix/vendor/micropython/py/warning.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/warning.c | |
gcc -o build/unix/vendor/trezor-crypto/ed25519-donna/curve25519-donna-helpers.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/ed25519-donna/curve25519-donna-helpers.c | |
gcc -o build/unix/vendor/trezor-crypto/monero/serialize.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/monero/serialize.c | |
gcc -o build/unix/vendor/micropython/extmod/moduheapq.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/extmod/moduheapq.c | |
gcc -o build/unix/vendor/micropython/py/objslice.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objslice.c | |
gcc -o build/unix/vendor/micropython/ports/unix/unix_mphal.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/ports/unix/unix_mphal.c | |
gcc -o build/unix/vendor/micropython/py/vstr.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/vstr.c | |
gcc -o build/unix/vendor/micropython/py/objstrunicode.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objstrunicode.c | |
gcc -o build/unix/vendor/trezor-crypto/chacha20poly1305/chacha20poly1305.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/chacha20poly1305/chacha20poly1305.c | |
gcc -o build/unix/vendor/micropython/py/lexer.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/lexer.c | |
gcc -o build/unix/vendor/trezor-crypto/rand.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/rand.c | |
gcc -o build/unix/vendor/micropython/py/moduerrno.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/moduerrno.c | |
vendor/trezor-crypto/rand.c:28:9: note: #pragma message: NOT SUITABLE FOR PRODUCTION USE! Replace random32() function with your own secure code. | |
28 | #pragma message( \ | |
| ^~~~~~~ | |
gcc -o build/unix/vendor/micropython/py/mpz.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/mpz.c | |
gcc -o build/unix/vendor/micropython/py/emitnx64.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/emitnx64.c | |
gcc -o build/unix/vendor/trezor-storage/storage.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-storage/storage.c | |
gcc -o build/unix/vendor/micropython/py/builtinevex.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/builtinevex.c | |
gcc -o build/unix/vendor/trezor-crypto/ed25519-donna/ed25519-sha3.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/ed25519-donna/ed25519-sha3.c | |
gcc -o build/unix/vendor/micropython/py/vm.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/vm.c | |
gcc -o build/unix/vendor/micropython/py/nlr.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/nlr.c | |
gcc -o build/unix/vendor/micropython/py/objrange.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objrange.c | |
gcc -o build/unix/vendor/micropython/ports/unix/modos.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/ports/unix/modos.c | |
gcc -o build/unix/vendor/trezor-crypto/ed25519-donna/ed25519-donna-32bit-tables.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/ed25519-donna/ed25519-donna-32bit-tables.c | |
gcc -o build/unix/vendor/trezor-crypto/rfc6979.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/rfc6979.c | |
gcc -o build/unix/vendor/micropython/py/asmthumb.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/asmthumb.c | |
gcc -o build/unix/vendor/micropython/py/objfloat.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objfloat.c | |
gcc -o build/unix/vendor/micropython/py/objstringio.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objstringio.c | |
gcc -o build/unix/vendor/micropython/py/parsenum.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/parsenum.c | |
gcc -o build/unix/vendor/micropython/py/smallint.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/smallint.c | |
gcc -o build/unix/vendor/micropython/py/stream.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/stream.c | |
gcc -o build/unix/vendor/trezor-crypto/address.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/address.c | |
gcc -o build/unix/embed/unix/main.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/unix/main.c | |
gcc -o build/unix/vendor/trezor-crypto/ed25519-donna/modm-donna-32bit.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/ed25519-donna/modm-donna-32bit.c | |
gcc -o build/unix/vendor/micropython/py/repl.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/repl.c | |
gcc -o build/unix/embed/extmod/modtrezorio/ff.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorio/ff.c | |
gcc -o build/unix/vendor/micropython/py/objbool.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objbool.c | |
gcc -o build/unix/vendor/micropython/lib/mp-readline/readline.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/lib/mp-readline/readline.c | |
gcc -o build/unix/vendor/trezor-crypto/sha3.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/sha3.c | |
gcc -o build/unix/vendor/micropython/py/modarray.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/modarray.c | |
gcc -o build/unix/vendor/micropython/py/objboundmeth.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objboundmeth.c | |
gcc -o build/unix/vendor/micropython/py/nlrx86.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/nlrx86.c | |
gcc -o build/unix/vendor/micropython/py/showbc.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/showbc.c | |
gcc -o build/unix/vendor/trezor-crypto/nist256p1.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/nist256p1.c | |
gcc -o build/unix/vendor/micropython/py/stackctrl.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/stackctrl.c | |
gcc -o build/unix/vendor/micropython/py/objlist.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objlist.c | |
gcc -o build/unix/vendor/micropython/py/parsenumbase.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/parsenumbase.c | |
gcc -o build/unix/vendor/micropython/py/nlrx64.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/nlrx64.c | |
gcc -o build/unix/vendor/trezor-crypto/hasher.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/hasher.c | |
gcc -o build/unix/vendor/trezor-crypto/aes/aes_modes.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/aes/aes_modes.c | |
gcc -o build/unix/vendor/micropython/py/objmodule.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objmodule.c | |
gcc -o build/unix/vendor/trezor-crypto/chacha20poly1305/chacha_merged.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/chacha20poly1305/chacha_merged.c | |
gcc -o build/unix/vendor/trezor-crypto/nem.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/nem.c | |
gcc -o build/unix/vendor/micropython/py/nlrxtensa.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/nlrxtensa.c | |
gcc -o build/unix/vendor/micropython/py/modcollections.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/modcollections.c | |
gcc -o build/unix/vendor/micropython/py/emitnarm.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/emitnarm.c | |
gcc -o build/unix/embed/extmod/modtrezorui/modtrezorui.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorui/modtrezorui.c | |
gcc -o build/unix/vendor/micropython/py/unicode.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/unicode.c | |
gcc -o build/unix/vendor/micropython/py/modmicropython.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/modmicropython.c | |
gcc -o build/unix/vendor/micropython/py/objfilter.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objfilter.c | |
gcc -o build/unix/vendor/micropython/py/objattrtuple.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objattrtuple.c | |
gcc -o build/unix/vendor/micropython/py/pystack.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/pystack.c | |
gcc -o build/unix/vendor/micropython/py/asmx86.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/asmx86.c | |
gcc -o build/unix/embed/extmod/modtrezorui/inflate.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorui/inflate.c | |
gcc -o build/unix/vendor/micropython/py/objcomplex.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objcomplex.c | |
gcc -o build/unix/vendor/trezor-crypto/groestl.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/groestl.c | |
gcc -o build/unix/vendor/micropython/py/objnone.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objnone.c | |
gcc -o build/unix/vendor/micropython/py/objenumerate.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/objenumerate.c | |
gcc -o build/unix/vendor/trezor-crypto/base32.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/base32.c | |
gcc -o build/unix/vendor/trezor-crypto/ed25519-donna/curve25519-donna-32bit.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/ed25519-donna/curve25519-donna-32bit.c | |
gcc -o build/unix/vendor/trezor-crypto/monero/xmr.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/trezor-crypto/monero/xmr.c | |
gcc -o build/unix/embed/extmod/modtrezorui/display.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include embed/extmod/modtrezorui/display.c | |
gcc -o build/unix/vendor/micropython/py/emitinlinextensa.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/emitinlinextensa.c | |
gcc -o build/unix/vendor/micropython/ports/unix/modtime.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/ports/unix/modtime.c | |
gcc -o build/unix/vendor/micropython/py/emitnxtensa.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/emitnxtensa.c | |
gcc -o build/unix/vendor/micropython/py/gc.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/gc.c | |
gcc -o build/unix/vendor/micropython/py/mpstate.o -c -DGITREV=9e33d6960 -DPYOPT=1 -DBITCOIN_ONLY=0 -Os -g3 -std=gnu99 -Wall -Werror -Wuninitialized -Wno-missing-braces -fdata-sections -ffunction-sections -Wno-sequence-point -DTREZOR_EMULATOR -DTREZOR_MODEL=T -DMICROPY_USE_READLINE -DMP_CONFIGFILE=\"embed/unix/mpconfigport.h\" -DAES_128 -DAES_192 -DUSE_KECCAK=1 -DUSE_ETHEREUM=1 -DUSE_MONERO=1 -DUSE_CARDANO=1 -DUSE_NEM=1 -DUSE_EOS=1 -DSECP256K1_BUILD -DUSE_NUM_NONE -DUSE_FIELD_INV_BUILTIN -DUSE_SCALAR_INV_BUILTIN -DUSE_FIELD_10X26 -DUSE_SCALAR_8X32 -DUSE_ECMULT_STATIC_PRECOMPUTATION -DUSE_EXTERNAL_DEFAULT_CALLBACKS -DECMULT_WINDOW_SIZE=8 -DENABLE_MODULE_GENERATOR -DENABLE_MODULE_RANGEPROOF -DENABLE_MODULE_RECOVERY -DENABLE_MODULE_ECDH -DTREZOR_FONT_BOLD_ENABLE -DTREZOR_FONT_NORMAL_ENABLE -DTREZOR_FONT_MONO_ENABLE -DTREZOR_FONT_MONO_BOLD_ENABLE -Ibuild/unix -I. -Ibuild/unix/embed/unix -Iembed/unix -Ibuild/unix/embed/extmod/modtrezorui -Iembed/extmod/modtrezorui -Ibuild/unix/vendor/micropython -Ivendor/micropython -Ibuild/unix/vendor/micropython/ports/unix -Ivendor/micropython/ports/unix -Ibuild/unix/vendor/micropython/lib/mp-readline -Ivendor/micropython/lib/mp-readline -Ibuild/unix/embed/extmod/modtrezorconfig -Iembed/extmod/modtrezorconfig -Ibuild/unix/vendor/trezor-storage -Ivendor/trezor-storage -Ibuild/unix/vendor/trezor-crypto -Ivendor/trezor-crypto -Ibuild/unix/vendor/secp256k1-zkp -Ivendor/secp256k1-zkp -Ibuild/unix/vendor/secp256k1-zkp/src -Ivendor/secp256k1-zkp/src -Ibuild/unix/vendor/secp256k1-zkp/include -Ivendor/secp256k1-zkp/include vendor/micropython/py/mpstate.c | |
In file included from embed/extmod/modtrezorui/display.c:53: | |
embed/extmod/modtrezorui/display-unix.h:21:10: fatal error: SDL2/SDL_image.h: No such file or directory | |
21 | #include <SDL2/SDL_image.h> | |
| ^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
scons: *** [build/unix/embed/extmod/modtrezorui/display.o] Error 1 | |
make: *** [Makefile:121: build_unix] Error 2 | |
+ rm /var/tmp/trezor.flash | |
rm: cannot remove '/var/tmp/trezor.flash': No such file or directory | |
+ cd ../.. | |
+ coldcard_setup_needed=false | |
+ '[' '!' -d firmware ']' | |
+ cd firmware | |
+ git reset --hard 'HEAD^' | |
HEAD is now at c825455 More cleanup | |
+ git fetch | |
+ UPSTREAM='@{u}' | |
++ git rev-parse @ | |
+ LOCAL=c8254559e5c33fb1c86d49414830f07d61bb6065 | |
++ git rev-parse '@{u}' | |
+ REMOTE=c8254559e5c33fb1c86d49414830f07d61bb6065 | |
++ git merge-base @ '@{u}' | |
+ BASE=c8254559e5c33fb1c86d49414830f07d61bb6065 | |
+ '[' c8254559e5c33fb1c86d49414830f07d61bb6065 = c8254559e5c33fb1c86d49414830f07d61bb6065 ']' | |
+ echo Up-to-date | |
Up-to-date | |
+ git am ../../data/coldcard-linux-sock.patch | |
Applying: Use linux unix socket address format | |
+ cd unix | |
+ '[' false == true ']' | |
++ nproc | |
+ make -j4 | |
cd ../external/micropython/ports/unix && make -j 4 FROZEN_MPY_DIR=/home/justin/dev/github/HWI/test/work/firmware/unix/frozen-modules MPCONFIGPORT_MK=/home/justin/dev/github/HWI/test/work/firmware/unix/mpconfigport.mk CC_UNIX_TOP=/home/justin/dev/github/HWI/test/work/firmware/unix PROG=coldcard-mpy V=0 DEBUG=1 | |
make[1]: warning: -jN forced in submake: disabling jobserver mode. | |
make[1]: Entering directory '/home/justin/dev/github/HWI/test/work/firmware/external/micropython/ports/unix' | |
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. | |
MPY /home/justin/dev/github/HWI/test/work/firmware/unix/frozen-modules/pyb.py | |
GEN build/frozen_mpy.c | |
CC build/frozen_mpy.c | |
LINK coldcard-mpy | |
text data bss dec hex filename | |
12602 27032 0 39634 9ad2 build/build/frozen_mpy.o | |
4 0 0 4 4 build/build/frozen.o | |
1113668 99384 2392 1215444 128bd4 coldcard-mpy | |
make[1]: Leaving directory '/home/justin/dev/github/HWI/test/work/firmware/external/micropython/ports/unix' | |
+ cd ../.. | |
+ dbb_setup_needed=false | |
+ '[' '!' -d mcu ']' | |
+ cd mcu | |
+ git fetch | |
+ UPSTREAM='@{u}' | |
++ git rev-parse @ | |
+ LOCAL=012d929c182321134ab10c023ef2f8712064514c | |
++ git rev-parse '@{u}' | |
+ REMOTE=012d929c182321134ab10c023ef2f8712064514c | |
++ git merge-base @ '@{u}' | |
+ BASE=012d929c182321134ab10c023ef2f8712064514c | |
+ '[' 012d929c182321134ab10c023ef2f8712064514c = 012d929c182321134ab10c023ef2f8712064514c ']' | |
+ echo Up-to-date | |
Up-to-date | |
+ mkdir -p build | |
+ cd build | |
+ cmake .. -DBUILD_TYPE=simulator | |
-- | |
============================================= | |
-- - General - | |
-- MCU version: v7.0.3 | |
-- CMake version: 3.15.5 | |
-- System: Linux-4.14.151-1-MANJARO | |
-- Processor: x86_64 | |
-- - Build - | |
-- Compiler version: GNU 9.2.0 | |
-- Compiler: /usr/bin/cc | |
-- Linker: /usr/bin/ld | |
-- Archiver: /usr/bin/ar | |
-- - Options - | |
-- Build type: simulator | |
-- Monotonic fw version: 32 | |
-- Verbose: FALSE | |
-- Documentation: OFF (make doc) | |
-- Coverage flags: OFF | |
-- Debug symbols: OFF | |
-- SECP256k1 library: libsecp256k1 | |
-- | |
============================================= | |
-- C Flags: -std=c99 -Os -Wextra -Wall -Wpedantic -Werror -Wstrict-prototypes -Wmissing-prototypes -Werror-implicit-function-declaration -Wpointer-arith -std=gnu99 -ffunction-sections -fdata-sections -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-int -Wmain -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused -Wuninitialized -Wunknown-pragmas -Wfloat-equal -Wundef -Wshadow -Wbad-function-cast -Wwrite-strings -Wsign-compare -Waggregate-return -Wmissing-declarations -Wformat -Wmissing-format-attribute -Wno-deprecated-declarations -Wpacked -Wredundant-decls -Wnested-externs -Wmultichar -Wformat-nonliteral -Winit-self -Wformat-security -Wold-style-definition -Wmissing-include-dirs -Wswitch-default -Wattributes -Wcast-qual -fstack-protector-all -Wno-unused-function -Wno-missing-field-initializers -Wno-long-long -Wno-expansion-to-defined | |
-- C link flags: | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/justin/dev/github/HWI/test/work/mcu/build | |
++ nproc | |
+ make -j4 | |
[ 2%] Building C object src/CMakeFiles/bitbox.dir/sd.c.o | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c: In function ‘sd_load’: | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:416:40: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=] | |
416 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:416:5: note: ‘snprintf’ output 2 or more bytes (assuming 257) into a destination of size 256 | |
416 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c: In function ‘sd_file_exists’: | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:632:40: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=] | |
632 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:632:5: note: ‘snprintf’ output 2 or more bytes (assuming 257) into a destination of size 256 | |
632 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c: In function ‘sd_write’: | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:91:40: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=] | |
91 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:91:5: note: ‘snprintf’ output 2 or more bytes (assuming 257) into a destination of size 256 | |
91 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c: In function ‘sd_erase’: | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:767:40: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=] | |
767 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^ | |
/home/justin/dev/github/HWI/test/work/mcu/src/sd.c:767:5: note: ‘snprintf’ output 2 or more bytes (assuming 257) into a destination of size 256 | |
767 | snprintf(file, sizeof(file), "%s/%s", ROOTDIR, fn); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
cc1: all warnings being treated as errors | |
make[2]: *** [src/CMakeFiles/bitbox.dir/build.make:323: src/CMakeFiles/bitbox.dir/sd.c.o] Error 1 | |
make[1]: *** [CMakeFiles/Makefile2:96: src/CMakeFiles/bitbox.dir/all] Error 2 | |
make: *** [Makefile:84: all] Error 2 | |
+ cd ../.. | |
+ keepkey_setup_needed=false | |
+ '[' '!' -d keepkey-firmware ']' | |
+ cd keepkey-firmware | |
+ git fetch | |
+ UPSTREAM='@{u}' | |
++ git rev-parse @ | |
+ LOCAL=695cbdc8fe04298179936dab0f81bf6a8701814a | |
++ git rev-parse '@{u}' | |
+ REMOTE=695cbdc8fe04298179936dab0f81bf6a8701814a | |
++ git merge-base @ '@{u}' | |
+ BASE=695cbdc8fe04298179936dab0f81bf6a8701814a | |
+ '[' 695cbdc8fe04298179936dab0f81bf6a8701814a = 695cbdc8fe04298179936dab0f81bf6a8701814a ']' | |
+ echo Up-to-date | |
Up-to-date | |
+ '[' false == true ']' | |
+ export PIPENV_IGNORE_VIRTUALENVS=1 | |
+ PIPENV_IGNORE_VIRTUALENVS=1 | |
+ pipenv --python 2.7 | |
Virtualenv already exists! | |
Removing existing virtualenv... | |
Creating a virtualenv for this project... | |
Pipfile: /home/justin/dev/github/HWI/test/work/keepkey-firmware/Pipfile | |
Using /usr/bin/python2.7 (2.7.17) to create virtualenv... | |
⠋Running virtualenv with interpreter /usr/bin/python2.7 | |
New python executable in /home/justin/.local/share/virtualenvs/keepkey-firmware-XMTuZ14q/bin/python2.7 | |
Also creating executable in /home/justin/.local/share/virtualenvs/keepkey-firmware-XMTuZ14q/bin/python | |
Installing setuptools, pip, wheel...done. | |
Setting project for keepkey-firmware-XMTuZ14q to /home/justin/dev/github/HWI/test/work/keepkey-firmware | |
Virtualenv location: /home/justin/.local/share/virtualenvs/keepkey-firmware-XMTuZ14q + pipenv install protobuf | |
Installing protobuf... | |
Traceback (most recent call last): | |
File "/usr/bin/pipenv", line 11, in <module> | |
load_entry_point('pipenv==2018.7.1', 'console_scripts', 'pipenv')() | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/vendor/click/core.py", line 722, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/vendor/click/core.py", line 697, in main | |
rv = self.invoke(ctx) | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/vendor/click/core.py", line 1066, in invoke | |
return _process_result(sub_ctx.command.invoke(sub_ctx)) | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/vendor/click/core.py", line 895, in invoke | |
return ctx.invoke(self.callback, **ctx.params) | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/vendor/click/core.py", line 535, in invoke | |
return callback(*args, **kwargs) | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/cli.py", line 435, in install | |
selective_upgrade=selective_upgrade, | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/core.py", line 1971, in do_install | |
pypi_mirror=pypi_mirror, | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/core.py", line 1375, in pip_install | |
package_name.split('--hash')[0].split('--trusted-host')[0] | |
File "/usr/lib/python3.7/site-packages/pipenv-2018.7.1-py3.7.egg/pipenv/vendor/requirementslib/models/requirements.py", line 704, in from_line | |
line, extras = _strip_extras(line) | |
TypeError: 'module' object is not callable | |
+ cd nanopb/generator/proto | |
+ pipenv run make | |
make: Nothing to be done for 'all'. | |
+ cd ../../../ | |
++ pwd | |
+ export PATH=/home/justin/.emacs.d/bin:/home/justin/bin/bitcoin-0.18.1/bin/:/home/justin/bin/xtensa-esp32-elf/bin:/home/justin/.poetry/bin:/home/justin/.cargo/bin:/home/justin/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/local/go/bin:/home/justin/go/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/justin/.cargo/bin:/home/justin/.yarn/bin:/home/justin/bin/racket/bin:/home/justin/.go/bin:/home/justin/esp/xtensa-esp32-elf/bin:/home/justin/.fzf/bin:/home/justin/Android/Sdk/emulator:/home/justin/Android/Sdk/tools:/home/justin/Android/Sdk/tools/bin:/home/justin/Android/Sdk/platform-tools:/home/justin/dev/github/HWI/test/work/keepkey-firmware/nanopb/generator | |
+ PATH=/home/justin/.emacs.d/bin:/home/justin/bin/bitcoin-0.18.1/bin/:/home/justin/bin/xtensa-esp32-elf/bin:/home/justin/.poetry/bin:/home/justin/.cargo/bin:/home/justin/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/local/go/bin:/home/justin/go/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/justin/.cargo/bin:/home/justin/.yarn/bin:/home/justin/bin/racket/bin:/home/justin/.go/bin:/home/justin/esp/xtensa-esp32-elf/bin:/home/justin/.fzf/bin:/home/justin/Android/Sdk/emulator:/home/justin/Android/Sdk/tools:/home/justin/Android/Sdk/tools/bin:/home/justin/Android/Sdk/platform-tools:/home/justin/dev/github/HWI/test/work/keepkey-firmware/nanopb/generator | |
+ pipenv run cmake -C cmake/caches/emulator.cmake . -DNANOPB_DIR=nanopb/ -DKK_HAVE_STRLCAT=OFF -DKK_HAVE_STRLCPY=OFF | |
loading initial cache file cmake/caches/emulator.cmake | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/justin/dev/github/HWI/test/work/keepkey-firmware | |
++ nproc | |
+ pipenv run make -j4 kkemu | |
[ 4%] Built target kkboard.keepkey | |
[ 4%] Generating kktransport.pb.stamp, types.pb.c, exchange.pb.c, messages-eos.pb.c, messages-nano.pb.c, messages.pb.c, ../../include/types.pb.h, ../../include/exchange.pb.h, ../../include/messages-eos.pb.h, ../../include/messages-nano.pb.h, ../../include/messages.pb.h | |
[ 4%] Built target qrcodegenerator | |
[ 8%] Built target kkemulator | |
[ 9%] Built target kkfirmware.keepkey | |
[ 45%] Built target trezorcrypto | |
Scanning dependencies of target kkrand | |
Scanning dependencies of target kkvariant.keepkey | |
[ 46%] Building C object lib/rand/CMakeFiles/kkrand.dir/rng.c.o | |
[ 46%] Building C object lib/variant/CMakeFiles/kkvariant.keepkey.dir/keepkey/keepkey.c.o | |
************************************************************* | |
*** Could not import the Google protobuf Python libraries *** | |
*** Try installing package 'python-protobuf' or similar. *** | |
************************************************************* | |
Traceback (most recent call last): | |
File "/home/justin/dev/github/HWI/test/work/keepkey-firmware/nanopb/generator/nanopb_generator.py", line 17, in <module> | |
import google.protobuf.text_format as text_format | |
ImportError: No module named google.protobuf.text_format | |
--nanopb_out: protoc-gen-nanopb: Plugin failed with status code 1. | |
make[3]: *** [lib/transport/CMakeFiles/kktransport.pb.dir/build.make:75: lib/transport/kktransport.pb.stamp] Error 1 | |
make[2]: *** [CMakeFiles/Makefile2:494: lib/transport/CMakeFiles/kktransport.pb.dir/all] Error 2 | |
make[2]: *** Waiting for unfinished jobs.... | |
[ 46%] Linking C static library ../libkkrand.a | |
[ 48%] Building C object lib/variant/CMakeFiles/kkvariant.keepkey.dir/keepkey/logo.c.o | |
[ 49%] Linking C static library ../libkkvariant.keepkey.a | |
/home/justin/dev/github/HWI/test/work/keepkey-firmware/include/keepkey/firmware/ethereum_tokens.def: Already up to date | |
[ 49%] Built target ethereum_tokens.def | |
[ 49%] Built target kkrand | |
[ 49%] Built target kkvariant.keepkey | |
make[1]: *** [CMakeFiles/Makefile2:795: tools/emulator/CMakeFiles/kkemu.dir/rule] Error 2 | |
make: *** [Makefile:344: kkemu] Error 2 | |
+ find . -name emulator.img -exec rm '{}' ';' | |
+ cd .. | |
+ bitcoind_setup_needed=false | |
+ '[' '!' -d bitcoin ']' | |
+ cd bitcoin | |
+ git fetch | |
+ UPSTREAM='@{u}' | |
++ git rev-parse @ | |
+ LOCAL=cd6cb9745e13a62e130b11f78a13bcc1d424b05e | |
++ git rev-parse '@{u}' | |
+ REMOTE=cd6cb9745e13a62e130b11f78a13bcc1d424b05e | |
++ git merge-base @ '@{u}' | |
+ BASE=cd6cb9745e13a62e130b11f78a13bcc1d424b05e | |
+ '[' cd6cb9745e13a62e130b11f78a13bcc1d424b05e = cd6cb9745e13a62e130b11f78a13bcc1d424b05e ']' | |
+ echo Up-to-date | |
Up-to-date | |
+ '[' false == true ']' | |
++ nproc | |
+ make -j4 src/bitcoind | |
make -C src bitcoind | |
make[1]: Entering directory '/home/justin/dev/github/HWI/test/work/bitcoin/src' | |
make[2]: Entering directory '/home/justin/dev/github/HWI/test/work/bitcoin' | |
make[2]: Leaving directory '/home/justin/dev/github/HWI/test/work/bitcoin' | |
make[1]: Leaving directory '/home/justin/dev/github/HWI/test/work/bitcoin/src' |
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
$ python run_tests.py | |
test_checksums (test_descriptor.TestDescriptor) ... ok | |
test_parse_descriptor_replace_h (test_descriptor.TestDescriptor) ... ok | |
test_parse_descriptor_with_key_at_end_with_origin (test_descriptor.TestDescriptor) ... ok | |
test_parse_descriptor_with_key_at_end_without_origin (test_descriptor.TestDescriptor) ... ok | |
test_parse_descriptor_with_origin (test_descriptor.TestDescriptor) ... ok | |
test_parse_descriptor_without_origin (test_descriptor.TestDescriptor) ... ok | |
test_parse_empty_descriptor (test_descriptor.TestDescriptor) ... ok | |
test_serialize_descriptor_with_key_at_end_with_origin (test_descriptor.TestDescriptor) ... ok | |
test_serialize_descriptor_with_origin (test_descriptor.TestDescriptor) ... ok | |
test_serialize_descriptor_without_origin (test_descriptor.TestDescriptor) ... ok | |
test_invalid_address (test_bech32.TestSegwitAddress) | |
Test whether invalid addresses fail to decode. ... ok | |
test_invalid_address_enc (test_bech32.TestSegwitAddress) | |
Test whether address encoding fails on invalid input. ... ok | |
test_invalid_checksum (test_bech32.TestSegwitAddress) | |
Test validation of invalid checksums. ... ok | |
test_valid_address (test_bech32.TestSegwitAddress) | |
Test whether valid addresses decode to the correct output. ... ok | |
test_valid_checksum (test_bech32.TestSegwitAddress) | |
Test checksum creation and validation. ... ok | |
test_invalid_psbt (test_psbt.TestPSBT) ... ok | |
test_valid_psbt (test_psbt.TestPSBT) ... test_decoding (test_base58.TestBase58) | |
Test base58 decoding ... ok | |
test_encoding (test_base58.TestBase58) | |
Test base58 encoding ... ok | |
test_rules_file_are_copied (test_udevrules.TestUdevRulesInstaller) ... ok | |
====================================================================== | |
FAIL: test_valid_psbt (test_psbt.TestPSBT) (valid='cHNidP8BAH0CAAAAAXTJ5KdKezIfJIIqamLIyQxivxrXhgf0hPJdvDIqZe6ZAAAAAAD/////AgDzKwQAAAAAIgAgOAAOiTkWbVRkLTkK6SJLaZ12Qg/sYIwNOSsiBsnDiXWAlpgAAAAAABYAFG/wUHGvbEs/3RQIpNhYdh/09gwmAAAAAE8BBDWHzwRj1QHLgAAAAmDUcFrNsZhPXsreojbjRfHxKRktQR/bg0UG9IFxkSkqA5dwhHV4cNGNLjhFGEjc/IvZYHqamzEDsDWj18pA3Ys9FPeeyRCAAAAwgAAAAYAAAACAAAACTwEENYfPBMAmm9aAAAACdEGWiAl3lI+b68dxXnedY+qqqBs7PJpP4u/AI1jBMB4De/ZrB9O5eDy4bBkjuYINiEa2E87TrKU1T7gCJcRPsQkUfBbvIIAAADCAAAABgAAAAIAAAAIAAQErpJfEBAAAAAAiACA4AA6JORZtVGQtOQrpIktpnXZCD+xgjA05KyIGycOJdQEFR1IhAsdc2uyHckrqUdmo8qRSAyeTIpeSBycQjK7AO6wCKSR/IQO947/flOxdVTqxIznQ6CBY/drvmcvQOSz5iJM1VR+5PlKuIgYCx1za7IdySupR2ajypFIDJ5Mil5IHJxCMrsA7rAIpJH8cfBbvIDAAAIABAACAAAAAgAIAAIABAAAAAAAAACIGA73jv9+U7F1VOrEjOdDoIFj92u+Zy9A5LPmIkzVVH7k+HPeeyRAwAACAAQAAgAAAAIACAACAAQAAAAAAAAAAAQFHUiECx1za7IdySupR2ajypFIDJ5Mil5IHJxCMrsA7rAIpJH8hA73jv9+U7F1VOrEjOdDoIFj92u+Zy9A5LPmIkzVVH7k+Uq4iAgLHXNrsh3JK6lHZqPKkUgMnkyKXkgcnEIyuwDusAikkfxx8Fu8gMAAAgAEAAIAAAACAAgAAgAEAAAAAAAAAIgIDveO/35TsXVU6sSM50OggWP3a75nL0Dks+YiTNVUfuT4c957JEDAAAIABAACAAAAAgAIAAIABAAAAAAAAAAAA') | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/justin/dev/github/HWI/test/test_psbt.py", line 29, in test_valid_psbt | |
self.assertEqual(valid, serd) | |
AssertionError: 'cHNi[168 chars]AAAAAE8BBDWHzwRj1QHLgAAAAmDUcFrNsZhPXsreojbjRf[830 chars]AAAA' != 'cHNi[168 chars]AAAAAABPAQQ1h88EY9UBy4AAAAJg1HBazbGYT17K3qI240[830 chars]AAAA' | |
Diff is 3013 characters long. Set self.maxDiff to None to see it. | |
---------------------------------------------------------------------- | |
Ran 20 tests in 0.028s | |
FAILED (failures=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment