Show Posts
|
|
Pages: [1]
|
|
1
|
General Category / Application ideas and development Q/A / Re: GCC cross compiler for Windows
|
on: June 26, 2009, 05:29:19 PM
|
|
I also prefer crosstool to build toolchain. The problem is that i don't know much about the used processor (88F6281?) in the SheevaPlug. I have not found a datasheet on the web. I am not sure, how to configure the toolchain. Open questions are for example endianess, floating point arithmetic (native or not), architecture (maybe armv5?)
|
|
|
|
|
2
|
Linux Stuff / General Linux questions / Re: [Cross-] compiling applications for SheevaPlug
|
on: June 25, 2009, 02:26:11 AM
|
|
I think it is no good idea to compile your programs natively on the SheevaPlug. The flash memory has a finite number of erase-write cycles. And i think an gcc produces much read/write access on the filesystem while it compiles. Maybe the temporary files which occur during a compilation could be putted on a RAM disk.
|
|
|
|
|