Compile for linux ARM

Hi. I am using cocos2d-x-3.16 and I want to compile for linux platform with processor ARM, especifically ARM-Cortex A9.
In compiling command I use just -p linux, is there a way to make it for ARM?
My system is ubuntu 16.04

Hi, did you find a solution?

No. I ended up using sdl cause I wanted to display video too.

Right, our Linux platform currently doesn’t support video playback built into the engine, but there are ways you can accomplish this. Have you looked at GStreamer?

Yes, I used gstreamer, it is really fast. If I knew that cocos can compile for ARM-Cortex A9 and take advantage of hardware accelaration I would try to implement it in cocos.