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
  • Hello,

    I have new problem with TCP NET

    the program compile ok.

    when we add init_TcpNet in our program then we have below problem:

    1- lan led turn on for about 1 sec and then turn off

    2- if lan cable was not plugged then Init_TcpNet does not pass and program will paused

    3- system does not work

    Please help me.

    Amir Zendehdel

Reply
  • Hello,

    I have new problem with TCP NET

    the program compile ok.

    when we add init_TcpNet in our program then we have below problem:

    1- lan led turn on for about 1 sec and then turn off

    2- if lan cable was not plugged then Init_TcpNet does not pass and program will paused

    3- system does not work

    Please help me.

    Amir Zendehdel

Children