Ignore:
Timestamp:
Jul 26, 2012, 5:43:08 PM (12 years ago)
Author:
karaoui
Message:

new version of map.xml supporting the routage and the coproc.
the xml_parser/xml_driver are also updated aproprietly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/xml/Makefile

    r160 r181  
    33
    44bin2xml: xml_driver.c mapping_info.h
    5         gcc -Wall -I. xml_driver.c -o bin2xml
     5        gcc -Wall -g -I. xml_driver.c -o bin2xml
    66
    77xml2bin: xml_parser.c mapping_info.h
    8         gcc -Wall -I. -I/usr/include/libxml2 xml_parser.c -o xml2bin -lxml2
     8        gcc -Wall -g -I. -I/usr/include/libxml2 xml_parser.c -o xml2bin -lxml2
    99
    1010test:
Note: See TracChangeset for help on using the changeset viewer.