Folks;
I believe that the src/imports.lst file needs to move the import entry of I_sceSifGetOtherData from sifman to sifcmd (where it lives). I have no idea how send/recv from the EE to the IOP ever worked without this...
tjd
			
			
									
									
						Bug in iop/tcpip/tcpips?
perhaps, but the code in CVS says otherwise ;-) An excerp from ps2ips.c in send/sendto etc...
The SifRPCGetOtherData is a #define to sceSifGetOtherData
			
			
									
									
						Code: Select all
    ee_pos = pkt->ee_addr + pkt->malign;
    sendlen = MIN(BUFF_SIZE, pkt->length);
    r = SifRpcGetOtherData(&rdata, ee_pos, lwip_buffer + 16, sendlen - pkt->malign, 0);