CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

OpenFOAM 14 compilation problem

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 16, 2007, 10:34
Default I am trying to compile OpenFOA
  #1
New Member
 
Zafer Leylek
Join Date: Mar 2009
Posts: 3
Rep Power: 17
zaferleylek is on a distinguished road
I am trying to compile OpenFOAM 1.4 without success as parallelInfo.H is missing. Has anyone else been getting the same error?
zaferleylek is offline   Reply With Quote

Old   April 16, 2007, 10:46
Default This seems to be a class used
  #2
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,684
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
This seems to be a class used within polyMesh (now called globalMeshData.H).

Perhaps you have an old .dep file still kicking about that somehow didn't get removed by wclean?
olesen is offline   Reply With Quote

Old   April 21, 2007, 06:53
Default Hi everyone You see the part
  #3
Senior Member
 
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17
marhamat is on a distinguished road
Hi everyone
You see the part of OF-1.4 comoilation information.

. . .
+ cd utilities
+ wmake all
make[1]: Entering directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh'
make[2]: Entering directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/manipulation'
make[3]: Entering directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/manipulation/moveDynami cMesh'
Making dependency list for source file moveDynamicMesh.C
make[3]: Leaving directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/manipulation/moveDynami cMesh'
make[3]: Entering directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/manipulation/moveDynami cMesh'
SOURCE=moveDynamicMesh.C ; g++ -m32 -Dlinux -DDP -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast -O3 -DNoRepository -ftemplate-depth-40 -I/root/OpenFOAM/OpenFOAM-1.4/src/dynamicFvMesh/lnInclude -I/root/OpenFOAM/OpenFOAM-1.4/src/meshTools/lnInclude -I/root/OpenFOAM/OpenFOAM-1.4/src/finiteVolume/lnInclude -IlnInclude -I. -I/root/OpenFOAM/OpenFOAM-1.4/src/OpenFOAM/lnInclude -fPIC -pthread -c $SOURCE -o Make/linuxGcc4DPOpt/moveDynamicMesh.o
/tmp/cceYL5qe.s: Assembler messages:
/tmp/cceYL5qe.s:1987: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1988: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1989: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1990: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1991: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1992: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1993: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1994: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1995: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1996: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1997: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1998: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:1999: Error: unknown pseudo-op: `.weakref'
/tmp/cceYL5qe.s:2000: Error: unknown pseudo-op: `.weakref'
make[3]: *** [Make/linuxGcc4DPOpt/moveDynamicMesh.o] Error 1
make[3]: Leaving directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/manipulation/moveDynami cMesh'
make[2]: *** [moveDynamicMesh] Error 2
make[2]: Leaving directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh/manipulation'
make[1]: *** [manipulation] Error 2
make[1]: Leaving directory `/root/OpenFOAM/OpenFOAM-1.4/applications/utilities/mesh'
make: *** [mesh] Error 2
+ '[' 0 = 1 -a '' = doc ']'

What is the problem?

Best Regards
Marhamat
marhamat is offline   Reply With Quote

Old   April 21, 2007, 09:03
Default Update your binutils package.
  #4
Senior Member
 
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22
mbeaudoin will become famous soon enough
Update your binutils package.

Read this thread http://www.cfd-online.com/OpenFOAM_D...tml?1177015816

Martin
mbeaudoin is offline   Reply With Quote

Old   May 8, 2007, 14:52
Default Or use the gcc-4.1.2.linux-old
  #5
Senior Member
 
Frank Bos
Join Date: Mar 2009
Location: The Netherlands
Posts: 340
Rep Power: 18
lr103476 is on a distinguished road
Or use the gcc-4.1.2.linux-old.tgz from the download page. This works for me...on my 'old' RHEL4 box.

On that 'old' machine I am now able to compile OpenFOAM 1.3 and 1.4. Unfortunately using the new Ubuntu Feisty 7.04 I only succeeded in compiling 1.4 . I suppose that I have to move on to the newest version....

Frank
__________________
Frank Bos
lr103476 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
!!! UDF - Compilation problem !!! Everest FLUENT 1 January 12, 2009 17:56
Installation of OpenFoam 15 Compilation paraview soeren_brot OpenFOAM Installation 45 January 12, 2009 06:39
OpenFOAM compilation fails on applicationsutilitiesmesh geoffjay OpenFOAM Installation 12 April 29, 2008 15:26
OpenFOAM 13IA64 compilation error for topoSetC begou OpenFOAM Installation 1 January 22, 2007 12:34
OpenFOAM compilation on a linux machine Enric Aramburu (Aramburu) OpenFOAM Installation 2 January 4, 2005 03:02


All times are GMT -4. The time now is 15:44.