Changes between Version 5 and Version 6 of Component/MPC7447A


Ignore:
Timestamp:
Mar 13, 2009, 1:08:54 PM (15 years ago)
Author:
mouchard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/MPC7447A

    v5 v6  
    1414 * the macro SOCLIB must be defined: add '-DSOCLIB' to 'cflags'
    1515 * libxml2 development headers must be installed: add -L/usr/include/libxml2 to the 'cflags' and -lxml2 to the 'libs'
    16  * UNISIM Library somewhere on the file system and do a symbolic link source and include directories:
     16 * UNISIM Library somewhere on the file system and do a symbolic link into source and include directories.
     17   The following shell commands should be enough to do the job as long as SoCLib utilities (especially soclib-cc tool) are in you PATH:
    1718
    1819{{{
    1920$ svn --username guest --password "" export https://unisim.org/svn/devel/unisim_lib/unisim@10987
    20 $ ln -s unisim `soclib-cc --getpath`/soclib/lib/mpc7447a/src/iss/unisim
    21 $ ln -s unisim `soclib-cc --getpath`/soclib/lib/mpc7447a/include/iss/unisim
     21$ export SOCLIB=`soclib-cc --getpath`
     22$ ln -s unisim ${SOCLIB}/soclib/lib/mpc7447a/src/iss/unisim
     23$ ln -s unisim ${SOCLIB}/soclib/lib/mpc7447a/include/iss/unisim
    2224}}}
    2325