Run Console Xojo Application in Raspberry Pi4

Am new to console application.
I have take the console example and build using version Xojo 2016r3.
and I try to run in my Raspberry Pi4.
but I get the below error. can anyone advice?
“-bash: ./MyApplication: cannot execute binary file: Exec format error”

Did you compile for Linux ARM 32?

armv7l. Means 32bit right

I mean in the IDE. The error you posted is often connected with either building for macOS or selecting Linux, but then choosing x86 or x86-64 instead of ARM.