Changes between Version 11 and Version 12 of GCI/Coding/AddPerSectionSupportToBSPs


Ignore:
Timestamp:
11/26/18 15:55:45 (5 years ago)
Author:
shashvat jain
Comment:

improved instructions

Legend:

Unmodified
Added
Removed
Modified
  • GCI/Coding/AddPerSectionSupportToBSPs

    v11 v12  
    3636The task requires you to:
    3737
    38 Build a toolset for the CPU architecture per the instruction in the Hello World task. You likely did this for sparc/sis. In that case, sparc was the CPU and sis was the BSP.
     38Build a toolset for the CPU architecture per the instruction in the Hello World task. You likely did this for sparc/erc32. In that case, sparc was the CPU and erc32 was the BSP. For this cd into rsb/rtems and use the configure command as follows:-
    3939
     40{{{
     41$../source-builder/sb-set-builder \
     42>--prefix=/usr/home/chris/development/rtems/5 5/rtems-CPU
     43}}}
     44
     45Replace CPU with the CPU architecture you want to build for the task.
     46 
    4047Be prepared to generate a proper patch for your changes.
    4148