Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: mbivol10 on July 14, 2017, 10:04:31 PM
-
If I compile a program to arm 64 bit, will It work or will it complain that picore is 32 bit operating system? The reason I'm asking this is because large projects take days to compile "chromium" so Is there even a point in trying ..?
-
Hi mbivol10
I'm not sure exactly what you are asking, so ...
To run a 64 bit program you need a 64 bit operating system.
To compile a 64 bit program you need a compiler that can generate 64 bit binaries for your intended target, regardless of
what platform or OS it's running on.
-
And dependencies?
-
Hi mbivol10
If the program is 64 bit the dependencies will be too.