Hi!
Hi!I would like to learn how to create APPs on ARM processors.How are they created?I would like to convert X86 software to ARM how to do it?What are the software to convert software from X86 to ARM?Thank you and I await answers.
Hello, if creating apps for (say) Android, you would use the Android SDK.
https://developer.android.com/studio
If doing embedded development, Arm offers a range of development tools depending on your requirements
https://developer.arm.com/tools-and-software/software-development-tools
thanks
to convert the software from X86 windows to ARM does not exist?
Hi,
Why not try to compile and build your software (C/C++ ?) with GNU GCC cross Compiler to create executable which will run on a Arm processor ?https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain
You have plenty of toolchain to choose from for both Windows and Linux x86_64 hosts.