This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problen with init_TcpNet (); !!!!!!!

Hello , All
i want to config Ethernet peripheral "init_TcpNet " in RTX-OS.
i doing add of its configuration file & its library .
when i type init_TcpNet (); the compiler relate below errors:

new-Rl-arm.axf: Error: L6406E: No space in execution regions with .ANY selector matching net_config.o(.bss).

new-Rl-arm.axf: Error: L6407E: Sections of aggregate size 0x2128 bytes could not fit into .ANY selector(s).

Can any one help me.

Thanks a lot
Amir Zendehdel

Parents
  • But one of the errors is that it can't fit about 8kB.

    However, I might have been wrong in my previous post. One of the errors explicitly complains about bss - which is uninitialized variables. How have you allocated your RAM? How much for stack(s)? How much for heap? How much for your own program? Any specific settings for the TCP/IP stack?

Reply
  • But one of the errors is that it can't fit about 8kB.

    However, I might have been wrong in my previous post. One of the errors explicitly complains about bss - which is uninitialized variables. How have you allocated your RAM? How much for stack(s)? How much for heap? How much for your own program? Any specific settings for the TCP/IP stack?

Children