Changes between Version 17 and Version 18 of FAQ/EDK


Ignore:
Timestamp:
Jul 25, 2006, 3:13:57 AM (18 years ago)
Author:
snovich
Comment:

xmk.h is needed for all C-files if the project is running xilkernel

Legend:

Unmodified
Added
Removed
Modified
  • FAQ/EDK

    v17 v18  
    8383== When attempting to implement xilkernel, I get many compilation errors pertaining to lower level xilkernel functions during the BSP build. ==
    8484
    85 First, make sure '''"xmk.h"''' is the '''FIRST''' library listed in all of your non-thread-only C files that makes xilkernel calls. Secondarily, open Software -> Software Platform Settings...-> OS and libraries, and make sure that the support is TRUE/enabled for the category a xilkernel-based function-call falls under.
     85First, make sure '''"xmk.h"''' is the '''FIRST''' library listed in all of your project's C files. Secondarily, open Software -> Software Platform Settings...-> OS and libraries, and make sure that the support is TRUE/enabled for the category a xilkernel-based function-call falls under.
    8686----
    8787