Changeset 245 for soft/giet_vm/xml/xml_parser.c
- Timestamp:
- Jun 17, 2013, 11:38:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/xml/xml_parser.c
r238 r245 2212 2212 count++; 2213 2213 } 2214 else if ( strcmp(vseg[vseg_id]->name, "seg_boot_data") == 0 ) 2215 { 2216 ld_write(fdout, "seg_boot_data_base ", vseg[vseg_id]->vbase); 2217 count++; 2218 } 2214 2219 else if ( strcmp(vseg[vseg_id]->name, "seg_boot_stack") == 0 ) 2215 2220 { … … 2243 2248 } 2244 2249 } 2245 if ( count != 7)2250 if ( count != 8 ) 2246 2251 { 2247 2252 printf ("[XML ERROR] Missing Boot or Kernel vseg : only %d\n", count); 2248 2253 printf ("Mandatory segments are :\n"); 2249 2254 printf (" - seg_boot_code\n"); 2255 printf (" - seg_boot_data\n"); 2250 2256 printf (" - seg_boot_stack\n"); 2251 2257 printf (" - seg_boot_mapping\n");
Note: See TracChangeset
for help on using the changeset viewer.