Ignore:
Timestamp:
Jul 18, 2015, 2:48:16 PM (9 years ago)
Author:
alain
Message:

Add the "ltid" field in the mapping_task_t structure,
To support the giet_kill_application() and giet_exec_application() system calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/Makefile

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