Hi edmazing
... Is there a simple way to sort dependencies? Or will I have to trial and error it?
Yes there is.
mkdir deps
cd deps
# Place the attached MinimizeDeps.sh and Deps.lst files here.
chmod 755 MinimizeDeps.sh
./MinimizeDeps.shThe Result.dep file produced is the minimum required to
satisfy all dependencies. Rename it to P9.tcz.dep.
Place it with P9.tcz in your tce directory.
When you tce-load -i P9 it should load all dependencies.
The script (MinimizeDeps.sh) has variables that are set for TC17 x86.
Deps.lst contains the names of all of the extensions you want to load.
Hopefully you used tce-load -w to download all your extensions
so you have .dep files for extensions that need them.