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

Error Message after wmake

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2011, 08:29
Default Error Message after wmake
  #1
Senior Member
 
Join Date: Mar 2011
Posts: 158
Rep Power: 15
tH3f0rC3 is on a distinguished road
Hi,

I want to "wmake" a downloaded file. The following error message appears after typing in wmake.
I have had the same problem by trying to change the name of a solver to edit the new one. During this procedure I also have to wmake the new file. The same error message appears.

...\>wmake
make: Warning: File `linux64GccDPOpt/options' has modification time 3.2e+02 s in the future
make: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `Make/linux64GccDPOpt/dontIncludeDeps' has modification time 3.2e+02 s in the future
Making dependency list for source file wallHeatFluxLaminar.C
make: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `wallHeatFluxLaminar.dep' has modification time 3.2e+02 s in the future
SOURCE=wallHeatFluxLaminar.C ; g++ -m64 -Dlinux64 -DWM_DP -Wall -Wextra -Wno-unused-parameter -Wold-style-cast -Wnon-virtual-dtor -O3 -DNoRepository -ftemplate-depth-40 -I/data/caehgb.za/studienarbeit-dirk/work/OpenFoam_ParaView/OpenFOAM/OpenFOAM-1.7.1/src/finiteVolume/lnInclude -IlnInclude -I. -I/data/caehgb.za/studienarbeit-dirk/work/OpenFoam_ParaView/OpenFOAM/OpenFOAM-1.7.1/src/OpenFOAM/lnInclude -I/data/caehgb.za/studienarbeit-dirk/work/OpenFoam_ParaView/OpenFOAM/OpenFOAM-1.7.1/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64GccDPOpt/wallHeatFluxLaminar.o
/var/tmp/ccpuUrrD.s: Assembler messages:
/var/tmp/ccpuUrrD.s:29272: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29273: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29274: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29275: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29276: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29277: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29278: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29279: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29280: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29281: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29282: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29283: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29284: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29285: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29286: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29287: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29288: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29289: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29290: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29291: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29292: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29293: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29294: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29295: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29296: Error: unknown pseudo-op: `.weakref'
/var/tmp/ccpuUrrD.s:29297: Error: unknown pseudo-op: `.weakref'
make: *** [Make/linux64GccDPOpt/wallHeatFluxLaminar.o] Error 1


Can someone tell me what I have to do?
I also have read this, but I'm not sure what to do now.

Regards,
Dirk
tH3f0rC3 is offline   Reply With Quote

Old   July 14, 2011, 17:20
Default
  #2
Member
 
Walter Schostak
Join Date: May 2011
Posts: 35
Rep Power: 14
wschosta is on a distinguished road
Hi, hopefully you've already resolved this but what you should do now is update to the newest version of Ubuntu or whatever OS you're using, update your compiler and then try running wmake again. If that doesn't work, try a clean install of OpenFOAM and then installing the solver again.

Best of luck if you haven't solved it, keep up the good work if you have!
wschosta is offline   Reply With Quote

Old   July 15, 2011, 01:22
Default
  #3
Senior Member
 
Join Date: Mar 2011
Posts: 158
Rep Power: 15
tH3f0rC3 is on a distinguished road
I have installed OF on another faster computer. It has worked after this installation.

Best Regards,
tH3f0rC3
tH3f0rC3 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
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 flakid OpenFOAM Installation 16 December 28, 2010 08:48
Problems Installing OF 1.6 32 bit bucksfan OpenFOAM Installation 19 August 4, 2009 01:36
OpenFOAM15 installables are incomplete problem with paraFoam tryingof OpenFOAM Bugs 17 December 7, 2008 04:41
Problem of compilation OF 14Allwmake command not found erik_d OpenFOAM Bugs 13 September 13, 2008 21:45
[OpenFOAM] ParaFoam error message joey ParaView 1 October 2, 2006 13:28


All times are GMT -4. The time now is 09:33.