use which tool to compile the execute file and is there an example makefile?

Dear,

I am use the ubantu linux, and does it has the compile tool in this ubantu system? how to check.

and is there an example makefile, for I use X86 linux compiling exe, it can’t work well in arm ubantu system.

look forward your replying.

BR
Jiaolong

Yes, you can use gcc/g++.
If it’s not installed, you fetch it with “sudo apt install g++”

You should be able to use the same kind of makefiles as you use on x86 Linux; when you build with G++ on the Nano, it will build an ARM executable, as long as you don’t use platform-specific flags (like SSE/SIMD options, inline assembly, and such.)