General TC > Programming & Scripting - Unofficial

building realtime kernel & remastering for tiny core linux

<< < (5/10) > >>

webb:
tried that. maybe i'm using it wrong?

--- Code: (bash) ---thinki toolchain64-shell
thinki gcc -m64 jsmin.c
jsmin.c:1:0: sorry, unimplemented: 64-bit mode not compiled in

--- End code ---

Rich:
Hi webb

--- Quote ---jsmin.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
--- End quote ---
Maybe you have the 32 bit version of gcc installed too, and it's finding that?
Assuming  /usr/local/x64/bin/  is in your path, maybe:

--- Code: ---x86_64-unknown-linux-gnu-gcc -m64 jsmin.c
--- End code ---

Arslan S.:
toolchain64 is not a native compiler you should compile like you are cross compiling

and you need a different kernel configuration for compiling 64 bit kernel also you should see that tiny core repository is x86 only

Juanito:

--- Quote from: Arslan S. on November 10, 2012, 04:03:47 AM ---...also you should see that tiny core repository is x86 only

--- End quote ---

except for the *-tinycore64 extensions which work with core64 and in a pure 64-bit environment  ;)

webb:
hi rich, juanito, & arslan,

tinyrt for core2 with pae built fine and is working well, and at last i have my full 8gb finally :) i had to make wl-rtl8192ce_se_de-3.0.32-x1-rt52.tcz manually, but other than that, arslan's build.sh worked perfectly, and after booting the system did feel more responsive. next: virtualbox-ose-modules.

as for 64-bit, i have never used a cross-compiler before and didn't realize that loading toolchain64 wasn't sufficient. any suggestions on how to make make use it? this appears to do nothing:

--- Code: (bash) ---toolchain64-shell
ARCH=x86_64
CROSS_COMPILE=x86_64-unknown-linux-gnu-
make $ARCH $CROSS_COMPILE [x]
--- End code ---

many thanks,
webb

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version