Hi,
can you try:
- Compiling acados with
-DCMAKE_BUILD_TYPE=Debug - Run
minimal_example_sim.py cd c_generated_code- Uncomment
# CFLAGS += -g3 -fno-diagnostics-show-line-numbers -ginMakefile - run
make example_sim valgrind ./main_sim_pendulum_ode. You might need to install valgrind first.
This should give some more information on where the program is crashing.
Best,
Jonathan