When I use ./scripts/env_build.sh -s all -p fvp all to build the environment, I got an error as follows:
~/HitchHiker$ ./scripts/env_build.sh -s all -p fvp all
~/HitchHiker/third-parties/dev_workspace ~/HitchHiker
cp: cannot create regular file '/home/zrp/HitchHiker/third-parties/dev_workspace/build-scripts/configs/common/common.fvp': No such file or directory
cp: cannot create regular file '/home/zrp/HitchHiker/third-parties/dev_workspace/build-scripts/configs/common/common.juno': No such file or directory
Running script:
build-scripts/build-all.sh -p fvp -f oe all
./scripts/env_build.sh: line 36: ./build-scripts/build-all.sh: No such file or directory
~/HitchHiker
But I don't find the build-scripts folder in this repository (not found in third-parties/dev_workspace/ when env_fetch.sh was executed). Can you upload this directory? I really need this to configure an available fvp environment.
When I use
./scripts/env_build.sh -s all -p fvp allto build the environment, I got an error as follows:But I don't find the
build-scriptsfolder in this repository (not found inthird-parties/dev_workspace/whenenv_fetch.shwas executed). Can you upload this directory? I really need this to configure an available fvp environment.