|
[Sponsors] |
February 5, 2016, 09:21 |
wmake Problem while compiling a Solver
|
#1 |
Member
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 14 |
i tried to compile a solver in OpenFOAM but i get this message . can anyone help me??
Thanks mossen@mossen-desktop:/opt/openfoam211/src/OffwindModels$ wmake libso touch: cannot touch `Make/linux64GccDPOpt/dontIncludeDeps': Permission denied /bin/sh: cannot create Make/linux64GccDPOpt/dependencies: Permission denied make: *** [Make/linux64GccDPOpt/dependencies] Error 2 also this one: mossen@mossen-desktop:/opt/openfoam211/applications/solvers/OffWindSolver$ wmake touch: cannot touch `Make/linux64GccDPOpt/dontIncludeDeps': Permission denied Fatal error: can't create Make/linux64GccDPOpt/Offwind.o: Permission denied make: *** [Make/linux64GccDPOpt/Offwind.o] Error 1 |
|
February 5, 2016, 11:25 |
|
#2 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
It is trying to issue the command:
Code:
touch /opt/openfoam211/applications/solvers/OffWindSolver/Make/linux64GccDPOpt/dontIncludeDeps Change the folder permissions, change the user access, change the installation location. One of those should help.
__________________
~~~ Follow me on twitter @DavidGaden |
|
February 5, 2016, 11:36 |
|
#3 | |
Member
Mohsen
Join Date: Oct 2012
Posts: 47
Rep Power: 14 |
Quote:
thanks for your help. now I'm facing this error. what's is this for? .................................................. ................................................ Assembler messages: Fatal error: can't create Make/linux64GccDPOpt/Offwind.o: Permission denied make: *** [Make/linux64GccDPOpt/Offwind.o] Error 1 |
||
February 5, 2016, 12:17 |
|
#4 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
Same kind of problem, different folder. You need to have access to you full OpenFOAM installation.
__________________
~~~ Follow me on twitter @DavidGaden |
|
Tags |
compile solver, solver error, touch, wmake error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[solidMechanics] Building solidMechanics in OpenFOAM 1.6-ext on Mac OS X | codder | OpenFOAM CC Toolkits for Fluid-Structure Interaction | 4 | January 11, 2014 18:34 |
Divergence problem | Smaras | FLUENT | 13 | February 21, 2013 06:03 |
fireFoam.1.7.x_0.4 compilation error | !link | OpenFOAM Installation | 9 | December 24, 2012 05:15 |
Problems about compiling OF1.5.x on Bluegene/P | ywang | OpenFOAM | 1 | August 25, 2011 06:22 |
Problem in Compiling the solver | m.maneshi | OpenFOAM Running, Solving & CFD | 4 | November 3, 2010 03:07 |