paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Paparazzi - JSBSim


From: Gautier Hattenberger
Subject: Re: [Paparazzi-devel] Paparazzi - JSBSim
Date: Mon, 1 Jul 2019 09:56:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1

Hello,

You have installed the jsbsim library in the directory /opt/jsbsim (see prefix option), but you are passing compilation flag to link other /usr/local/lib.

You should try change CFLAGS and LDFLAGS for the correct path.

Gautier

Le 01/07/2019 à 02:12, Xavier Claude a écrit :
Hi all,

I would like to do a NPS simulation with JSBSim as FDM. For some reasons, I dont want to use the paparazzi-jsbsim package. I precisely followed the steps 
 cvs -z3 -d:pserver:address@hidden:/cvsroot/jsbsim co -D "23 Feb 2015" -P JSBSim 
 cd JSBSim
 ./autogen.sh
 ./configure --enable-libraries --enable-shared --prefix=/opt/jsbsim
 make
 sudo make install

Then I added, the following lines to bixler_lisa_m_2.xml file (I wanted to try that one):
 <makefile location="after">
   nps.CFLAGS += -I/usr/local/include/JSBSim
   nps.LDFLAGS += -L/usr/local/lib
 </makefile>

In the Paparazzi Center, I build the target without problem, but when I try to execute, I systematically get the following error:

/home/xavier/paparazzi/var/aircrafts/Bixler/nps/simsitl: error while loading shared libraries: libJSBSim.so.0: cannot open shared object file: No such file or directory

Could someone help me about it? For people who are not using paparazzi-jsbsim package, how did you make it work exactly? An example of nps simulation configuration without using paparazzi-jsbsim package would be perfect. (makefile in airframe, paths to includes/libs,...)
Thank you!

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]