In the FreeRTOS pdf it states:
"This FreeRTOS port is not supported by Xilinx Technical Support and verification of this port is limited. This port is tested with v3_05a version of standalone BSP and will get updated for later releases. If the user needs to use later versions of standalone BSP released in 14.2 or later, he has to modify the version defined for the parameter standalone_version in the file <Xilinx_Zynq>/sw/repo/freertos_zynq_v1_00_a/data/freertos_zynq_v2_1_0.tcl."
However this does not seem to work. If the parameter is left at v3_05a, Everything compiles just fine, but it is compiled against v3_05a, while the standalone version in the SDK is v3_06a.
If the parameter in the file above is changed to v3_06, the tcl script seems to copy version 3_05a folder, but tries to compile against the v3_06va folder, which doesn't exist so it errors out. (while executing File ->New ->Xilinx Board Support Package)
I can't figure out why v3_05a libraries are copied instead of v3_06a libraries, which is the root of the problem.
Any help would be appretiated.
Ron