g++ sx_example.cpp
fatal error: casadi/core/casadi_export.h: No such file or directory
#include <casadi/core/casadi_export.h>
--
Sent from CasADi's user forum at http://forum.casadi.org.
---
You received this message because you are subscribed to the Google Groups "CasADi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/casadi-users/8e0809d9-a2b0-4561-b3c1-2fda9c760f93%40googlegroups.com.
Here is a script which builds using cmake and creates a debian package of the C++ api: https://github.com/jgoppert/cymoca/blob/master/scripts/install_casadi.sh
On Tue, Jul 10, 2018 at 3:12 PM, <pras...@umich.edu> wrote:
Hi Joel,I appreciate your response, however, I havent used cmake before , is similar to make command and just type "make" or more than that.Also is there a link which talks about it .Thanks again
On Tuesday, July 10, 2018 at 2:44:19 PM UTC-4, Joel Andersson wrote:You need to build CasADi using the CMake build scripts. The file you refer to is auto-generated and will be included in installed header files.Joel
--
Sent from CasADi's user forum at http://forum.casadi.org.
---
You received this message because you are subscribed to the Google Groups "CasADi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users...@googlegroups.com.
Here is a script which builds using cmake and creates a debian package of the C++ api: https://github.com/jgoppert/cymoca/blob/master/scripts/install_casadi.sh
On Tue, Jul 10, 2018 at 3:12 PM, <pras...@umich.edu> wrote:
Hi Joel,I appreciate your response, however, I havent used cmake before , is similar to make command and just type "make" or more than that.Also is there a link which talks about it .Thanks again
On Tuesday, July 10, 2018 at 2:44:19 PM UTC-4, Joel Andersson wrote:You need to build CasADi using the CMake build scripts. The file you refer to is auto-generated and will be included in installed header files.Joel
--
Sent from CasADi's user forum at http://forum.casadi.org.
---
You received this message because you are subscribed to the Google Groups "CasADi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users...@googlegroups.com.
[ 38%] Building C object external_packages/casadi-sundials/CMakeFiles/casadi_sundials.dir/idas/idas_ic.c.o
[ 38%] Building C object external_packages/casadi-sundials/CMakeFiles/casadi_sundials.dir/idas/idas_io.c.o
[ 38%] Building C object external_packages/casadi-sundials/CMakeFiles/casadi_sundials.dir/idas/idas_spbcgs.c.o
[ 39%] Building C object external_packages/casadi-sundials/CMakeFiles/casadi_sundials.dir/idas/idas_spgmr.c.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions.
casadi/core/CMakeFiles/casadi.dir/build.make:326: recipe for target 'casadi/core/CMakeFiles/casadi.dir/matrix.cpp.o' failed
CMakeFiles/Makefile2:362: recipe for target 'casadi/core/CMakeFiles/casadi.dir/all' failed
make[1]: *** [casadi/core/CMakeFiles/casadi.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
To view this discussion on the web visit https://groups.google.com/d/msgid/casadi-users/36e73a47-789d-4dec-afcf-4089978d6364%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/casadi-users/dc0fa5dd-4504-4b1a-ba21-7053b036d744%40googlegroups.com.
--
Sent from CasADi's user forum at http://forum.casadi.org.
---
You received this message because you are subscribed to the Google Groups "CasADi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/casadi-users/2c586613-b50c-4744-a791-1fdaa2ad4b96%40googlegroups.com.
For embedded systems you can generate pure c code which is very easy to compile and faster than using the virtual machine in the library. You don't want to install the library on your embedded system.
On Thu, Jul 12, 2018 at 8:09 PM, <pras...@umich.edu> wrote:
Also, I am curious, as mentioned on Casadi's website, that it can be used on embedded platform, which one of the two routes is recommended :1) Install casadi on embedded platform and then use the library2) Write code in Matlab and using code generation run it on embedded platformThanks
On Thursday, July 12, 2018 at 7:02:58 PM UTC-4, Joel Andersson wrote:See the following link to how to do source builds:Joel
--
Sent from CasADi's user forum at http://forum.casadi.org.
---
You received this message because you are subscribed to the Google Groups "CasADi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to casadi-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/casadi-users/328508ae-e987-47cc-947f-41a1ff8d67ea%40googlegroups.com.