Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: mbivol10 on July 14, 2017, 10:04:31 PM

Title: Will x64 program run on picore?
Post 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 ..?
Title: Re: Will x64 program run on picore?
Post by: Rich on July 15, 2017, 12:13:56 AM
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.
Title: Re: Will x64 program run on picore?
Post by: mbivol10 on July 15, 2017, 10:36:07 AM
And dependencies?
Title: Re: Will x64 program run on picore?
Post by: Rich on July 15, 2017, 10:50:37 AM
Hi mbivol10
If the program is 64 bit the dependencies will be too.