On Tue, Feb 16, 2016 at 2:51 PM, <[email protected]> wrote: > @William > Thanks for clarifying in detail. Yes, I have checked that the Python code > written in x86 can be run on ARM system by just copying the code. > > There are certain barriers as you pointed out, like slow compiling and > limited RAM size. > In my algorithm, I have to deal with a continuous data stream so limited ram > size may affect the > computation heavily. And, fast computation of large dataset is badly needed > in my algorithm. > That is why, I was thinking about cross-compiling.
"cross-compiling" isn't going to help you there, as you still need to run your "algorithm" on the ARM system right??? In the end, native vs cross building should give you the same final binary (assuming your cross/native compilers are the same version/etc..) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
