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

Help for udf compile error

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 7, 2003, 03:51
Default Help for udf compile error
  #1
richard
Guest
 
Posts: n/a
The following two cases are different just because fluent runs on two different machines. Would you kind enough to tell me what makes this different and how can I make the wrongly-run machine work fine?

Microsoft Windows XP [版本 5.1.2600] (C) 版权所有 1985-2001 Microsoft Corp.

D:\Documents and Settings\zxd>cd my*

D:\Documents and Settings\zxd\My Documents>cd udf

D:\Documents and Settings\zxd\My Documents\udf>cd udflib 系统找不到指定捣径。

D:\Documents and Settings\zxd\My Documents\udf>cd ntx86 系统找不到指定捣径。

D:\Documents and Settings\zxd\My Documents\udf>cd libudf

D:\Documents and Settings\zxd\My Documents\udf\libudf>cd ntx86

D:\Documents and Settings\zxd\My Documents\udf\libudf\ntx86>cd 3d

D:\Documents and Settings\zxd\My Documents\udf\libudf\ntx86\3d>nmake clean

Microsoft (R) Program Maintenance Utility Version 1.60.5270 Copyright (c) Microsoft Corp 1988-1995. All rights reserved.

D:\Documents and Settings\zxd\My Documents\udf\libudf\ntx86\3d>nmake

Microsoft (R) Program Maintenance Utility Version 1.60.5270 Copyright (c) Microsoft Corp 1988-1995. All rights reserved.

cl /c /Za /DUDF_EXPORTING -Ie:\fluent.inc\fluent6.1\ntx86\3d -Ie:\fluen t.inc\fluent6.1\src -Ie:\fluent.inc\fluent6.1\cortex\src -Ie:\fluent.inc\fluen t6.1\client\src -Ie:\fluent.inc\fluent6.1\tgrid\src -Ie:\fluent.inc\fluent6.1\ multiport\src ..\..\src\shaft_14rngke34100.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

shaft_14rngke34100.c # Generating udf_names.c because of makefile shaft_14rngke34100.obj

cl /c /Za /DUDF_EXPORTING -Ie:\fluent.inc\fluent6.1\ntx86\3d -Ie:\fluen t.inc\fluent6.1\src -Ie:\fluent.inc\fluent6.1\cortex\src -Ie:\fluent.inc\fluen t6.1\client\src -Ie:\fluent.inc\fluent6.1\tgrid\src -Ie:\fluent.inc\fluent6.1\ multiport\src udf_names.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

udf_names.c # Linking libudf.dll because of makefile user_nt.udf udf_names.obj shaft_14rngke 34100.obj

link /Libpath:e:\fluent.inc\fluent6.1\ntx86\3d /dll /debug /out:libudf .dll udf_names.obj shaft_14rngke34100.obj fl6118s.lib Microsoft (R) 32-Bit Library Manager Version 3.00.5270 Copyright (C) Microsoft Corp 1992-1995. All rights reserved.

LINK : fatal error LNK1181: cannot open input file "fl6118s.lib" NMAKE : fatal error U1077: 'link' : return code '0x4a' Stop.

D:\Documents and Settings\zxd\My Documents\udf\libudf\ntx86\3d>

Microsoft Windows XP [版本 5.1.2600] (C) 版权所有 1985-2001 Microsoft Corp.

C:\Documents and Settings\MZH>E:

E:\>cd data

E:\Data>cd result

E:\Data\Result>cd libudf

E:\Data\Result\libudf>cd ntx86

E:\Data\Result\libudf\ntx86>cd 3d

E:\Data\Result\libudf\ntx86\3d>nmake clean

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

E:\Data\Result\libudf\ntx86\3d>nmake

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cl /c /Za /DUDF_EXPORTING -Ic:\fluent.inc\fluent6.1\ntx86\3d -Ic:\fluen t.inc\fluent6.1\src -Ic:\fluent.inc\fluent6.1\cortex\src -Ic:\fluent.inc\fluen t6.1\client\src -Ic:\fluent.inc\fluent6.1\tgrid\src -Ic:\fluent.inc\fluent6.1\ multiport\src ..\..\src\shaft_14rngke34100.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

shaft_14rngke34100.c # Generating udf_names.c because of makefile shaft_14rngke34100.obj

cl /c /Za /DUDF_EXPORTING -Ic:\fluent.inc\fluent6.1\ntx86\3d -Ic:\fluen t.inc\fluent6.1\src -Ic:\fluent.inc\fluent6.1\cortex\src -Ic:\fluent.inc\fluen t6.1\client\src -Ic:\fluent.inc\fluent6.1\tgrid\src -Ic:\fluent.inc\fluent6.1\ multiport\src udf_names.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

udf_names.c # Linking libudf.dll because of makefile user_nt.udf udf_names.obj shaft_14rngke 34100.obj

link /Libpath:c:\fluent.inc\fluent6.1\ntx86\3d /dll /debug /out:libudf .dll udf_names.obj shaft_14rngke34100.obj fl6118s.lib Microsoft (R) Incremental Linker Version 6.00.8168 Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

Creating library libudf.lib and object libudf.exp

E:\Data\Result\libudf\ntx86\3d>

E:\Data\Result\libudf\ntx86\3d>

  Reply With Quote

Old   October 7, 2003, 14:24
Default Re: Help for udf compile error
  #2
ap
Guest
 
Posts: n/a
From the line:

LINK : fatal error LNK1181: cannot open input file "fl6118s.lib" NMAKE : fatal error U1077: 'link' : return code '0x4a' Stop.

I'd think the linker doesn't know where is the file "fl6118s.lib", or maybe it isn't on the hard disk.

Hi

ap
  Reply With Quote

Old   October 9, 2003, 15:03
Default Re: Help for udf compile error
  #3
Pat
Guest
 
Posts: n/a
Try these steps to compile a udf in fluent:

I believe you are using the Microsoft visual c++ compiler, try running vcvars32.bat in a command window (this will set all the environment variables up).

Next compile the udf source file in fluent.

Next run nmake in the newly created folder: ..\libudf\ntx86\2d\

Then load(build) the udf in fluent.

These steps should allow you to compile and load the udf in Fluent.

-Pat
  Reply With Quote

Old   October 12, 2003, 23:13
Default Re: Help for udf compile error
  #4
richard
Guest
 
Posts: n/a
I have solved the problem.It is caused by the difference of the versions of compiler and linker. Thanks for all of you and your suggestions.
  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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
error while running paraFoam! padmanathan OpenFOAM 9 October 13, 2009 05:17
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 06:32.