I try to build and install acados in ubuntu18.04, it all goes well until I run the “make examples_c”, there is an make error:
acados/lib/libacados.so: undefined reference to `ocp_nlp_ddp_config_initialize_default’
I have no idea about the error, and I try the following command according to GPT:
nm -D /acados/lib/libacados.so | grep ocp_nlp_ddp_config_initialize_default
The output is:
U ocp_nlp_ddp_config_initialize_default
How to solve the problem?