WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Will x64 program run on picore?  (Read 1408 times)

Offline mbivol10

  • Newbie
  • *
  • Posts: 39
Will x64 program run on picore?
« on: July 14, 2017, 07: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 ..?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Will x64 program run on picore?
« Reply #1 on: July 14, 2017, 09:13:56 PM »
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.

Offline mbivol10

  • Newbie
  • *
  • Posts: 39
Re: Will x64 program run on picore?
« Reply #2 on: July 15, 2017, 07:36:07 AM »
And dependencies?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Will x64 program run on picore?
« Reply #3 on: July 15, 2017, 07:50:37 AM »
Hi mbivol10
If the program is 64 bit the dependencies will be too.