Ignore:
Timestamp:
Dec 20, 2015, 7:30:47 PM (8 years ago)
Author:
cfuguet
Message:

Improving documentation of the reconfiguration/tsar_generic_iob
platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf

    r957 r1027  
     1from os import environ
     2from os.path import join
     3
    14# append compilation flags
    2 cflags = config.default.toolchain.cflags
     5#cflags = config.default.toolchain.cflags
     6#cflags.extend(['-Wno-unknown-warning-option'])
    37#cflags.extend(['-ggdb'])
    4 config.default.toolchain.set("cflags", cflags)
     8#config.default.toolchain.set("cflags", cflags)
    59
    610# append modules' description file paths
    7 from os import environ
    8 from os.path import join
     11# set the TSARPATH env variable to the path of TSAR's soclib working directory
     12# (e.g. export TSARPATH=<path_to_tsar>). Otherwise, modify hereafter the
     13# tsarpath variable, and set the path explicitly.
    914tsarpath = environ['TSARPATH']
    1015config.addDescPath(join(tsarpath, "trunk/lib"))
Note: See TracChangeset for help on using the changeset viewer.