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

Help : LPC2368_TCPnet_Create Project_Step_by_Step

Hello to all...

how to create a project with include TCPnet stack (with the RTX) for LPC2368 from first step.

my problem to create project is how to add Net_Config.c to my project

i'm sorry for my English language
very very thx

Parents
  • very thx
    i study "TCP Socket" section and "Configuring RL-TCPnet" section but when add Net.Config.c to my project and compiled it , no compile and error

    error

    1.axf: Error: L6218E: Undefined symbol arp_notify (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol eth_init_link (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol eth_run_link (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol icmp_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol icmp_run_engine (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol ip_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol ip_run_local (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol nbns_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol tcp_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol tcp_poll_sockets (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol udp_init (referred from net_config.o).

    LPC23_EMAC.c file added to m project without problem

    for LPC2368 which Library files added to my project? RTX_ARM_L.LIB or RTX_ARM_B.LIB

    include the RTX kernel is Obligatory to my project?

Reply
  • very thx
    i study "TCP Socket" section and "Configuring RL-TCPnet" section but when add Net.Config.c to my project and compiled it , no compile and error

    error

    1.axf: Error: L6218E: Undefined symbol arp_notify (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol eth_init_link (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol eth_run_link (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol icmp_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol icmp_run_engine (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol ip_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol ip_run_local (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol nbns_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol tcp_init (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol tcp_poll_sockets (referred from net_config.o).
    1.axf: Error: L6218E: Undefined symbol udp_init (referred from net_config.o).

    LPC23_EMAC.c file added to m project without problem

    for LPC2368 which Library files added to my project? RTX_ARM_L.LIB or RTX_ARM_B.LIB

    include the RTX kernel is Obligatory to my project?

Children