Export module using cross compile failed

Excuse me, there is a question about the export module and cross compile.

I followed the link to try to export the module.

My host machine is x86_64 architecture. I try to export the module and deploy for my aarch64 devices. So, I utilize the cross compiler ‘aarch64-linux-gnu-g++’. When I run the program, it would report error as “aarch64-unknown-linux-gnu-g++: error: dynamic_lookup: No such file or directory”

May I know how to fix this problems? Thanks a lot. (PS. When using this cross compiler to compile simple c++ program, it works.)

I have the same issue. Could you find a solution?

cc="/path/to/your/cross-compiler"