Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 97 and Version 98 of Projects/OpenLDAP


Ignore:
Timestamp:
07/10/12 22:21:43 (12 years ago)
Author:
C Rempel
Comment:

/* leaf.cfg */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v97 v98  
    492492 install:  all
    493493        $(INSTALL_VARIANT) -m 555 ${PGMS} /usr/local/tftpboot/bootfiles/m68360/
    494 ==  leaf.cfg  ==
    495 
    496 To build the executables without errors, I had to change some lines in /opt/rtems-4.11/make/leaf.cfg.  nm and size work on object files, with the below changes the build process not only gives fewer errors, but generates .bin and .ralf files in examples/openldap/o-optimize!
    497 
    498  define default-bsp-post-link
    499  -       $(NM) -g -n $@ > $(basename $@).num
    500  -       $(SIZE) $@
    501  endef
    502 
    503 nm and size work on executables, the RTEMS 4.11 development tree was updated in June 2012 to correctly configure the RTEMS Addon Packages.  Thanks!!!
    504 
    505  define default-bsp-post-link
    506  +       $(NM) -g -n $@.exe > $(basename $@).num
    507  +       $(SIZE) $@.exe
    508  endef
    509494
    510495Then, I ran BuildTests.sh