Mathiasschuler96
Mathiasschuler96
also found this: [https://github.com/utmapp/UTM/discussions/3627] where people experience similar issues as me:
I've changed the BLASFEO_TARGET in the CMakeLists.txt file to "GENERIC" as written in the thread but the error is still the same unfortunately...
Yes I did but I do not understand how to "compile the acados library also for the emulated x86_64 target."
I tried to reinstall acados with ``` mkdir -p build cd build cmake -DACADOS_WITH_QPOASES=ON .. # add more optional arguments e.g. -DACADOS_WITH_OSQP=OFF/ON -DACADOS_INSTALL_DIR= above make install -j4 ``` with the...
I now tried to install acados as followed: ``` mkdir -p build cd build cmake -DCMAKE_OSX_ARCHITECTURES="x86_64" -DACADOS_WITH_QPOASES=ON .. # add more optional arguments e.g. -DACADOS_WITH_OSQP=OFF/ON -DACADOS_INSTALL_DIR= above make install -j4...
I was still not able to run the example... I tried almost every possible way to install acados. Any advice?