Skip to content

Re: Cannot compile the examples using “make” with Cygwin (no object file)

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics Cannot compile the examples using “make” with Cygwin (no object file) Re: Cannot compile the examples using “make” with Cygwin (no object file)

#2288
John
Member

Hi Mathias,rnThe errors are similar for solution 1/ shown below . Thank you.rnrn$ make cleanbuildrnClean olb mainrnmake[1]: Entering directory `/cygdrive/d/Research01/SRV_resonance/LBcode/OpenLB/olb-1.0r0’rn


rn– Clean object, dependencies and library files in ´precompiled’rn


rn


rn– Entering src/boundary (clean)rnmake[2]: Entering directory `/cygdrive/d/Research01/SRV_resonance/LBcode/OpenLB/olb-1.0r0/src/boundary’rnClean rubbish filesrnClean object filesrnClean dependencies filesrn…….rn…….rnrn$ make cleanrnClean rubbish filesrnClean object filesrnClean dependencies filesrnrn$ makernCreate dependencies for cylinder2d.cpprnCompile cylinder2d.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -std=c++0x -I../../src -I../../src/ -I../../src/external -c cylinder2d.cpp -o /cygdrive/d/Research01/SRV_resonance/LBcode/OpenLB/olb-1.0r0/examples/cylinder2d/cylinder2d.ornAssembler messages:rnFatal error: can’t create /cygdrive/d/Research01/SRV_resonance/LBcode/OpenLB/olb-1.0r0/examples/cylinder2d/cylinder2d.o: No such file or directoryrnmake: *** [/cygdrive/d/Research01/SRV_resonance/LBcode/OpenLB/olb-1.0r0/examples/cylinder2d/cylinder2d.o] Error 1rn