Phani,

I did the following steps in order:
>
> 1) Created build directory
> 2) cmake -DCMAKE_TOOLCHAIN_FILE=toolChain ../dealii-9.0.1
> 3) make expand_instantiations_exe
> 4) export 
> PATH="/home/ComputationalSolidMechanics/yashu_mom145/dft-fe/dealii/buildMinimal/bin/:$PATH"
> 5) make
>

You should do step 3 before step 1 and step 2, i.e. create a build 
directory for the platform you are on and build expand_instantiations in 
it. Then add this executable to your PATH, create a new build directory for 
cross-compiling and do steps 2 and 5. That is what 
https://www.dealii.org/developer/developers/porting.html says.

Best,
Daniel

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to