You *can* cross compile using the latest ps3 slim & trim 2.6.25.4
kernel from CELL-Linux-CL_20080609-ADDON.iso by using samba. Just
install it with "yum install samba" and make the ps3 root export in
/etc/samba/smb.conf on host ps3:
[cell-root]
path = /
public = yes
writable = no
printable = no
guest ok = yes
add a user with smbpasswd
# smbpasswd -a chuck
<enter a passwd>
start it
# /etc/init.d/smb start
and mount it on the build machine:
# mount -t cifs //ps3/cell-root /mnt/cell-root -o username=chuck
<enter the passwd>
proceed are normal.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio