도와주세요!!
AU1200 보드를 사용하고 있습니다.
mips 크로스 컴파일러로 빌드를 했으며, /app 폴더로 옮겨서 통신 프로그램을 실행시켰습니다.
ip 주소는 서버는 192.168.1.10으로 했으며, au1200에서는 192.168.1.100으로 했습니다.
그리고 자료실에 있는 au1200의 ramdisk를 다운로드 받아서 하이퍼터미널로 다운로드 하였습니다.
통신 프로그램을 실행하면 계속 connect() 함수에서 에러가 발생합니다.
동일한 코드를 x5(ARM)에서는 잘 동작을 합니다.
그래서 au1200보드에서 nextstat를 쳐보면 다음의 오류 메세지가 발생합니다.
[root@falinux ~]$ netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
netstat: no support for `AF INET6 (tcp)' on this system.
netstat: no support for `AF INET6 (udp)' on this system.
netstat: no support for `AF INET6 (raw)' on this system.
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ] DGRAM 568 /dev/log
[root@falinux ~]$
통신이 되지 않는 이유를 알고싶습니다. 감사합니다.