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
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