Cannot BUILD in Ubuntu #550
Replies: 3 comments
-
Could you please provide more details about what you are installing and in which order ? Thanks. |
Beta Was this translation helpful? Give feedback.
-
All source files are on DLBGengine branch of pbecchi/jsbsim fork. This include revised and cleaned up version of FGBlbg.cpp. |
Beta Was this translation helpful? Give feedback.
-
I have found why........ The windows version was cloned from @mvacanti fork modified for the BLDC engine. |
Beta Was this translation helpful? Give feedback.
-
Sorry but I know very little about building in Ubuntu using make command
I have modified the code (adding a module FGBldc.cpp) and succesfully compile and build using Visual Studio.
Now I need to do it using Ubuntu to have the modified JSBSim run with PX4 sitl.
I have run following commands on a created build directory:
<cmake ..
make
make install>
From printout I see the new modules being included....
But when I run the code it tell me:
<Propulsion:
In file aircraft/F450/Propulsion.xml: line 3
Unknown engine type>
Engine file the definition is like this:
<bldc_engine name="DJI E305">
In windows everything works.
I dont understand.Why this appends only in Ubuntu?
It should execute same way in windows and ubuntu........
Beta Was this translation helpful? Give feedback.
All reactions