This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error_block usage in SysBIOS

Expert 1115 points

Hello,

Can any body  resolve this small compiler issue on Error_block.

I get the following error.

------------------------------------------------------------------------------------

Severity and Description    Path    Resource    Location    Creation Time    Id
identifier "Error_block" is undefined    GPP    GPP_main.c    line 43    1320357765406    231
----------------------------------------------------------------------

Please find the main.c file and help me in correcting this error. Why such error occurs inspite of including the proper header files?

3312.error_block.txt

With regards,

Prat

  • Hi Prat --

    The type is 'Error_Block' with a capital 'B'.    I see in your .c file that you are using 'Error_block' with lower-case 'b'.

    By convention, all of the BIOS and XDC types start with a capital letter after the prefix (Task_Params, Semaphore_Handle, Int32, etc.).

    Regards,
    -Karl-