[ECOS] Eclipse / CDT without Makefile Project

2012-12-19 Thread Michael Jones
I have been trying to make an Eclipse/CDT (Juno) project for eCos, but not a Makefile project. Mainly so that it can navigate to h files, and try to see if it will drive GDB. Eclipse seems to ignore linker options and do its own thing. For example, for the linker I have: -mcpu=cortex-m3 -mthum

[ECOS] function in6_selectroute fail

2012-12-19 Thread cyl cyl
Hello: I want to add ipv6 to my eth . Stack is bsd_tcpip, I configured "IPv6 support" and "Multicast routing support" and "Thread for IPv6 routing". I traced "sendto": bsd_sendit -> sosend -> udp6_send -> udp6_output -> in6_selectsrc -> in6_selectif -> in6_selectroute. And found