Try   HackMD

公開テスト


make -C runners/lpc55 build-dev
make[1]: Entering directory '/home/akakou/Documents/solo2-pure/runners/lpc55'
cargo build release features board-lpcxpresso55,develop
Compiling runner v2.964.0 (/home/akakou/Documents/solo2-pure/runners/lpc55)
error[E0425]: cannot find crate uninit in the list of imported crates
> src/types.rs:51:1
|
51 | / store!(Store,
52 | | Internal: FlashStorage,
53 | | External: ExternalStorage,
54 | | Volatile: VolatileStorage
55 | | );
| |_^ not found in the list of imported crates
|
= note: this error originates in the macro store (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try rustc --explain E0425.
error: could not compile runner due to previous error
make[1]: *** [Makefile:8: build-dev] Error 101


/* DO NOT EDIT THIS FILE */
/* This file was generated by build.rs */

MEMORY
{
    FLASH : ORIGIN = 0x00000000, LENGTH = 512K

    FILESYSTEM: ORIGIN = 0x00080000, LENGTH = 118K

    /* for use with standard link.x */
    RAM : ORIGIN = 0x20000000, LENGTH = 256K

    /* would be used with proper link.x */
    /* needs changes to r0 (initialization code) */
    /* SRAM0 : ORIGIN = 0x20000000, LENGTH = 64K */
    /* SRAM1 : ORIGIN = 0x20010000, LENGTH = 64K */
    /* SRAM2 : ORIGIN = 0x20020000, LENGTH = 64K */
    /* SRAM3 : ORIGIN = 0x20030000, LENGTH = 64K */

    /* CASPER SRAM regions */
    /* SRAMX0: ORIGIN = 0x1400_0000, LENGTH = 4K /1* to 0x1400_0FFF *1/ */
    /* SRAMX1: ORIGIN = 0x1400_4000, LENGTH = 4K /1* to 0x1400_4FFF *1/ */

    /* USB1 SRAM regin */
    /* USB1_SRAM : ORIGIN = 0x40100000, LENGTH = 16K */

    /* To define our own USB RAM section in one regular */
    /* RAM, probably easiest to shorten length of RAM */
    /* above, and use this freed RAM section */

}


rust_begin_unwind (_info=<optimized out>) at src/lib.rs:32
32          loop {
(gdb) bt
#0  rust_begin_unwind (_info=<optimized out>) at src/lib.rs:32
#1  0x0001d5cc in core::panicking::panic_fmt () at library/core/src/panicking.rs:64
#2  0x00011a5e in trussed::store::store (store=..., location=trussed::types::Location::Internal, path=..., contents=...) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/trussed-0.1.0/src/store.rs:484
#3  0x000009ca in <trussed::store::filestore::ClientFilestore<S> as trussed::store::filestore::Filestore>::write (self=<optimized out>, path=<optimized out>, location=trussed::types::Location::External, data=...) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/trussed-0.1.0/src/store/filestore.rs:116
#4  0x0001322c in trussed::service::ServiceResources<P>::rng (self=<optimized out>) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/trussed-0.1.0/src/service.rs:631
#5  0x000136b4 in trussed::service::ServiceResources<P>::reply_to (self=<optimized out>, client_id=..., request=0x20028368) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/trussed-0.1.0/src/service.rs:101
#6  0x00019e18 in runner::APP::OS_EVENT () at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/trussed-0.1.0/src/service.rs:732
#7  <signal handler called>
#8  0x00012adc in trussed::client::FilesystemClient::read_file (self=<optimized out>, location=trussed::types::Location::Internal, path=...) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/trussed-0.1.0/src/client.rs:219
#9  0x000096ec in fido_authenticator::state::PersistentState::load_if_not_initialised (self=0x2003cee0 <runner::APP::apps+1472>, trussed=0x2003cf40 <runner::APP::apps+1568>) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/fido-authenticator-0.1.1/src/state.rs:285
#10 0x0000a1ec in fido_authenticator::dispatch::try_handle_ctap2 (authenticator=<optimized out>, data=..., response=0x2003304c <ctaphid_dispatch::types::HidInterchange::split::INTERCHANGES+8>) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/fido-authenticator-0.1.1/src/dispatch.rs:137
#11 0x0000a10a in fido_authenticator::dispatch::handle_ctap2 (authenticator=0x0 <compiler_builtins::float::mul::__aeabi_dmul::__aeabi_dmul>, data=..., response=0x2003304c <ctaphid_dispatch::types::HidInterchange::split::INTERCHANGES+8>) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/fido-authenticator-0.1.1/src/dispatch.rs:81
#12 0x0000a458 in fido_authenticator::dispatch::ctaphid::<impl ctaphid_dispatch::app::App for fido_authenticator::Authenticator<UP,T>>::call (self=0x0 <compiler_builtins::float::mul::__aeabi_dmul::__aeabi_dmul>, command=..., request=0x2002f9e8, response=0x20038b58 <trussed::pipe::TrussedInterchange::split::INTERCHANGES+4680>) at /home/akakou/.cargo/registry/src/github.com-1ecc6299db9ec823/fido-authenticator-0.1.1/src/dispatch/ctaphid.rs:36
#13 0x00024a28 in ctaphid_dispatch::dispatch::Dispatch::call_app (self=0x2003c918 <runner::APP::ctaphid_dispatch>, app=..., command=..., request=0x2002f9e8) at src/dispatch.rs:50
#14 0x000249d0 in ctaphid_dispatch::dispatch::Dispatch::poll (self=0x2003c918 <runner::APP::ctaphid_dispatch>, apps=...) at src/dispatch.rs:67
#15 0x0000dc58 in runner::idle::{{closure}} (apps=...) at src/main.rs:164
#16 runner::types::Apps::ctaphid_dispatch (self=<optimized out>, f=...) at src/types.rs:273
#17 0x00018d1a in runner::idle (c=...) at src/main.rs:164
#18 0x0001adcc in runner::APP::main () at src/main.rs:33

https://catch.investrepeat.site/index.php?main_page=product_info&products_id=22825