Post Go back to editing

FreeRTOS

Category: Software
Product Number: ADSP-BF704

Good afternoon,

I'm trying to create a project with FreeRTOS for the BF704 and I'm following the Wiki's steps.
- No CrossCore Install new software (FreeRTOS)
- Create a project with FreeRTOS

However, even without having done anything other than creating a project from scratch, I compile it and the error shown in the figure below appears inside the "system\FreeRTOS\Source\timers.c" folder.

Am I doing something wrong?

Parents
  • Hi,

    Apologies for the delay.

    I don't entirely follow what you are doing and what's gone wrong. From the error it sounds like the compiler is unable to find macro definitions from include/list.h which would imply the include paths are incorrect.
    Are you using the FreeRTOS Add-In to generate the FreeRTOS code, are you modifying the demo for the BF707 or are you adding the files to your project manually?
    What versions of CrossCore, FreeRTOS and/or the Add-In are you using?
    Can you share your FreeRTOSConfig.h?

    Regards,

    Murray

Reply
  • Hi,

    Apologies for the delay.

    I don't entirely follow what you are doing and what's gone wrong. From the error it sounds like the compiler is unable to find macro definitions from include/list.h which would imply the include paths are incorrect.
    Are you using the FreeRTOS Add-In to generate the FreeRTOS code, are you modifying the demo for the BF707 or are you adding the files to your project manually?
    What versions of CrossCore, FreeRTOS and/or the Add-In are you using?
    Can you share your FreeRTOSConfig.h?

    Regards,

    Murray

Children
No Data