Changes between Version 3 and Version 4 of Component/MPC7447A


Ignore:
Timestamp:
Mar 13, 2009, 11:14:26 AM (15 years ago)
Author:
mouchard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/MPC7447A

    v3 v4  
    1010== Compiling the ISS ==
    1111
    12 The model needs two things to compile:
    13  * the macro SOCLIB must be defined
    14  * libxml2 development headers must be installed
     12Some additionnal step are necessary to compile the model that will be removed once the model will be stable enough.
     13The model needs three things to compile:
     14 * the macro SOCLIB must be defined: add '-DSOCLIB' to 'cflags'
     15 * 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:
     17
     18{{{
     19$ svn --username guest --password "" export https://unisim.org/svn/devel/unisim_lib/unisim
     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
     22}}}
    1523
    1624Here is a sample for soclib.conf to make it compile: