#*****************************************************************************
#
# Portions of this software Copyright (c) 2009-2010 Broadcom Corporation
#
#*****************************************************************************
#
#  Filename:       BRCM_README_FIRST.txt
#  Author:         T. Clack
#  Creation Date:  6-Nov 2009
#
#*****************************************************************************
#  Description:
#       #
#*****************************************************************************



NOTES AND BUILD INSTRUCTIONS
-----------------------------

This is NetSNMP ver 5.0.9 ported to eCos.

There are four NetSNMP libraries:
  "libnetsnmpagent_ecos.a"
  "libnetsnmphelpers_ecos.a"
  "libnetsnmpmibs_ecos.a"
  "libnetsnmp_ecos_openssl098.a


--------------
Editing Files:
--------------
  If any of the NetSNMP source has been changed the agentVersion function should be changed
  to return the date of the change. Edit the following files: 

    "\Source\net-snmp-5.0.9\snmplib\AgentVersion_ssl.c"
    "\Source\net-snmp-5.0.9\agent\AgentVersion_agent.c"
    "\Source\net-snmp-5.0.9\agent\mibgroup\AgentVersion_mibs.c"  
    "\Source\net-snmp-5.0.9\agent\helpers\AgentVersion_helpers.c"


------------------------------
Building The NetSNMP Libraries:
------------------------------
  To build the NetSNMP libraries:
     - Open a build window.
     - Change to the "rbb_cm_lib/NetSNMP/Source/net-snmp-5.0.9" directory.
     - Enter the "makenetsnmp" command per examples below.
       "makenetsnmp"
       "makenetsnmp [clean] [copy]"

  The "makenetsnmp" script will go to the appropriate directory and execute a makefile for each 
  of the libraries. Hence, all four libraries will be built. If the [copy] option has been used, 
  the newly built libraries will automatically be copied to the proper place in the build tree, i.e.,
  "/rbb_cm_src/Bfc/LibSupport/NetSnmp/NetSnmp".

  
