WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Chromium build on TC 3.0.21  (Read 5092 times)

Offline n3ond4x

  • Newbie
  • *
  • Posts: 27
Re: Chromium build on TC 3.0.21
« Reply #15 on: January 10, 2013, 11:43:53 AM »
Nothing. I would just like to be able to compile bleeding edge code from the SVN on my Tiny Core install plus be able to fix bugs/work on it/etc.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11242
Re: Chromium build on TC 3.0.21
« Reply #16 on: January 10, 2013, 12:03:06 PM »
Hi n3ond4x
Quote
rich: I keep getting "--reduce-memory-overheads: unknown option"
Sorry. Seems that the gold linker does not support that switch. How about:
Code: [Select]
LDFLAGS="-Wl,--no-keep-memory"Man page can be found here:
http://manpages.ubuntu.com/manpages/oneiric/man1/gold.1.html

Offline n3ond4x

  • Newbie
  • *
  • Posts: 27
Re: Chromium build on TC 3.0.21
« Reply #17 on: January 10, 2013, 12:43:59 PM »
Hi Rich,

Well good news and bad news. It helped it link some items but once the memory limit was reached it failed again. I think there is just too much for this to work. I need to be able to get this system utilizing the 20gb swap partition I gave it somehow.

I'm going to try and compile a 32bit TC kernel with PAE to see if it'l start using my swap.

If anyone has any tips for x-compiling this thing I'd be very grateful. The chromium instructions all seem to be obsolete. It's not my ideal solution but at least it would get me moving forward.

Thanks again.

Offline n3ond4x

  • Newbie
  • *
  • Posts: 27
Re: Chromium build on TC 3.0.21
« Reply #18 on: January 10, 2013, 01:32:38 PM »
Well PAE isn't the solution as it only allows 4GB to a process anyhow. I need to x-compile it looks like, just as curaga said. Does anyone have any advice on how I should do this?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11242
Re: Chromium build on TC 3.0.21
« Reply #19 on: January 10, 2013, 01:50:44 PM »
Hi n3ond4x
Quote
I need to be able to get this system utilizing the 20gb swap partition I gave it somehow.
Enter  free  in a terminal. What does it report?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: Chromium build on TC 3.0.21
« Reply #20 on: January 11, 2013, 08:05:29 AM »
To cross-compile like that, you need a fully 64-bit system with a 64-to-32bit cross-compiler. While we do have the first (pure64), there is no cross-compiler like that readily available.
The only barriers that can stop you are the ones you create yourself.