Compiling num-traits v0.2.19
error: could not compile lock_api (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile signal-hook (build script) due to 1 previous error
error: could not compile slab (build script) due to 1 previous error
error: could not compile rayon-core (build script) due to 1 previous error
error: could not compile num-traits (build script) due to 1 previous error
error: could not compile serde (build script) due to 1 previous error
error: could not compile crossbeam-utils (build script) due to 1 previous error
error: could not compile proc-macro2 (build script) due to 1 previous error
error: could not compile parking_lot_core (build script) due to 1 previous error
error: could not compile rustix (build script) due to 1 previous error
error: could not compile rustversion (build script) due to 1 previous error
error: could not compile libc (build script) due to 1 previous error
error: could not compile target-lexicon (build script) due to 1 previous error
I get the following error when trying to build:
cargo build --release warning: file
/home/<User>/Utilities/tdf/./benches/for_profiling.rs
found to be present in multiple build targets:bin
targetfor_profiling
bench
targetfor_profiling
Compiling libc v0.2.159 Compiling serde v1.0.210 Compiling proc-macro2 v1.0.87 Compiling target-lexicon v0.12.16 Compiling crossbeam-utils v0.8.20 Compiling rustversion v1.0.17 Compiling indexmap v2.6.0 Compiling lock_api v0.4.12 Compiling slab v0.4.9 Compiling signal-hook v0.3.17 Compiling futures-task v0.3.31 Compiling either v1.13.0 Compiling parking_lot_core v0.9.10 Compiling adler2 v2.0.0 Compiling byteorder v1.5.0 Compiling rustix v0.38.37 Compiling rayon-core v1.12.1 Compiling bitflags v1.3.2 Compiling futures-channel v0.3.31 Compiling crc32fast v1.4.2 error: linkercc
not found | = note: No such file or directory (os error 2)Compiling num-traits v0.2.19 error: could not compile
lock_api
(build script) due to 1 previous error warning: build failed, waiting for other jobs to finish... error: could not compilesignal-hook
(build script) due to 1 previous error error: could not compileslab
(build script) due to 1 previous error error: could not compilerayon-core
(build script) due to 1 previous error error: could not compilenum-traits
(build script) due to 1 previous error error: could not compileserde
(build script) due to 1 previous error error: could not compilecrossbeam-utils
(build script) due to 1 previous error error: could not compileproc-macro2
(build script) due to 1 previous error error: could not compileparking_lot_core
(build script) due to 1 previous error error: could not compilerustix
(build script) due to 1 previous error error: could not compilerustversion
(build script) due to 1 previous error error: could not compilelibc
(build script) due to 1 previous error error: could not compiletarget-lexicon
(build script) due to 1 previous error