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

Compilation problem when including C file

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By economon

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 3, 2013, 06:41
Default Compilation problem when including C file
  #1
New Member
 
Manuel Cellarius
Join Date: Apr 2013
Location: Northern Ireland, Belfast
Posts: 4
Rep Power: 13
mcell is on a distinguished road
Hi,

I want to couple SU2 with MpCCI (a coupling software) in order to make aeroelastic simulations with Nastran. MpCCI provides a C interface so I need to include some C headers in SU2_CFD.hpp and add some functions in SU2_CFD.cpp.

My problem is to compile the whole program. I already included for test reasons a c++ file and compiled it successfully (added lines for *hpp and *cpp file in Makefile.in and Makefile.am in the SU2_CFD/obj directory and used afterwards the configure file to create a new Makefile). If I do exactely the same with an external C file I get a compilation error after the object files are created. For test reasons I just tried to include a very simple C file which is located in SU2_v2.0.2/trunk/MpCCI_Adapter:

/*SU2_CFD.hpp*/
...
extern "C" {
#include "../../MpCCI_Adapter/data.h"
}

/* data.h */

#include <stdio.h>
void SayHello();

/* data.c */

#include "data.h"
void SayHello(){
printf("C header file included");
}

/* SU2_CFD.cpp */

...
SayHello();
...


I also tried to use the following command using the configure file, which didn't change anything:
--includedir=/home/tesla/work/Manuel/SU2_v2.0.2/trunk/MpCCI_Adapter

It is quite easy to find in the internet a solution for how compiling one c++ and one c file. But as I am very new to compiling it feels for me impossible to change these complex makefiles to fit my needs! I just saw that you also include an external C file (metis.h), but wasn't able to figure out what I have to change in the makefile in my case.

I would be very thankful if someone can help me with this problem!

I attached the error message and the makefiles.

Manuel
Attached Files
File Type: txt errormessage.txt (28.6 KB, 4 views)
File Type: zip Makefiles.zip (20.3 KB, 4 views)
mcell is offline   Reply With Quote

 

Tags
nastran openfsi mpcci


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
[swak4Foam] Error bulding swak4Foam sfigato OpenFOAM Community Contributions 18 August 22, 2013 12:41
[swak4Foam] funkySetFields compilation error tayo OpenFOAM Community Contributions 39 December 3, 2012 05:18
Problem with rhoSimpleFoam matteo_gautero OpenFOAM Running, Solving & CFD 0 February 28, 2008 06:51
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51
error while compiling the USER Sub routine CFD user CFX 3 November 25, 2002 15:16


All times are GMT -4. The time now is 07:30.