Forums - QCA4024 build error, free_rtos.lib not found

2 posts / 0 new
Last post
QCA4024 build error, free_rtos.lib not found
moflome
Join Date: 7 May 18
Posts: 2
Posted: Tue, 2018-05-08 11:55

Hi, we're trying to build the demo applications with the SDK using FreeRTOS and received an error that the "free_rtos.lib" and "qurt.lib" files are not found. We can build for ThreadX, the equivalent "threadx.lib" and "qurt.lib" files seem to included for that RTOS but missing for FreeRTOS. Why?

[EDIT] It seems Section 3.8 "FreeRTOS and QuRT" in the Development Kit user guide clarifies that these two files need to be built from source. That wasn't clear from the source code.

 

Thanks!

  • Up0
  • Down0
jbhanu Moderator
Join Date: 6 Feb 17
Posts: 80
Posted: Sun, 2018-05-13 22:45

Hi , 

To build FreeRTOS, you need to download FreeRTOS and Qurt source from git server(https://source.codeaurora.org/external/quartz/FreeRTOS ).

After downloading the source , please follow section  3.8 FreeRTOS and QuRT of User guide to build  "free_rtos.lib" and "qurt.lib" . 

Section 3.8.1 also explains about download procedure. 

Sync the "FreeRTOS" repository using the following command:   git clone https://source.codeaurora.org/external/quartz/FreeRTOS 

Hope understodd, if any further doubt , please do let me know . 

 

Thanks 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.