Page MenuHomePhabricator

Missing build dependencies
Open, Needs TriagePublic

Description

Working in branch feature-twincpu, I did the following:
mkdir build_dep_check
pushd build_dep_check
cmake -G"Unix Makefiles" -DPROJ_CONFIG=readlink -f ../configs/ConfigRegressionIPC.cmake -DTARGET_PLATFORM=psoc6 -DCOMPILER=ARMCLANG -DCMAKE_BUILD_TYPE=Debug ../
popd
cmake --build build_dep_check -- -j VERBOSE=1
rm build_dep_check/tfm_sign.bin
cmake --build build_dep_check -- -j VERBOSE=1

tfm_sign.bin does not get re-built.

I suspect the same is true for tfm_full.bin.

Event Timeline

chrisb created this task.Jul 31 2019, 6:18 PM