diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-11-10 01:03:04 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-11-10 01:03:04 +0000 |
commit | bf89a84441f33f17f29ce238d9920f87a4d3b540 (patch) | |
tree | b0e7e61df1d018b7132719bdaedba6012873fbe2 /README.ps3 | |
parent | 83200c22baaf6d2619035966bf8da1d662d8a9de (diff) |
Merged -r6847:6850 from eb/trial-merge into trunk. This changeset
contains the modifications required to cross-compile GNU Radio for
the Cell processor. For directions, see CrossCompilingForCell
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6852 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'README.ps3')
-rw-r--r-- | README.ps3 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.ps3 b/README.ps3 new file mode 100644 index 0000000000..3d41fe3f5f --- /dev/null +++ b/README.ps3 @@ -0,0 +1,9 @@ +GNU Radio may be compiled natively on the Sony PlayStation 3 if you're +extremely patient. It takes a _long_ time because there's only 256MB +of RAM on board and you'll be doing a lot of paging. + +However, it is possible to cross compile GNU Radio -- from say a big +x86_64 box running Fedora 7 -- and generate code for the PS3. + +Detailed instructions may be found at +http://gnuradio.org/trac/wiki/CrossCompilingForCell |