Acados on embedded platform

Hi @xzatkalik,
I had similar problems cross compiling to a rt system. I got help here, maybe this helps you?

Target = Generic, Ext_dep = off and math = c99 wre important.

I used a toolchain file to compile withg cmake, this worked well. Maybe you could consider using this? Is there a toolchain file available for your target system?

Alex