I'm migrating from DSP/BIOS to SYS/BIOS (CCSv5.2.2, BIOS 6.33.05.46, XDC Tools 3.23.03.53) and my ProjectHome\Debug\configPkg\package\cfg\build_p674.h file is not getting populated correctly. Below are its contents:
/*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-y25
*/
#include <xdc/std.h>
extern int xdc_runtime_Startup__RESETFXN__C;
extern int xdc_runtime_Startup_reset__I;
extern int xdc_runtime_Startup__EXECFXN__C;
extern int xdc_runtime_Startup_exec__E;
As a result, I'm getting many errors of the nature:
Description Resource Path Location Type
#20 identifier "AlarmEventTaskFreeQueue" is undefined UmmRuntimeModule.cpp /Vibration Monitor line 130 C/C++ Problem
I have these (relevant lines) in my cfg file:
bios.SEM.create("AlarmEventTaskPoolSemaphore");
bios.SEM.instance("AlarmEventTaskPoolSemaphore").comment = "Alarm Event Task Pool";
Why is the build_p674.h () file not getting populated?
Although I was working on this problem previously (http://e2e.ti.com/support/embedded/bios/f/355/t/193719.aspx) and am getting the same problem, I have completely restarted this project from scratch.This project includes the generated RTSC platform package (from the migration tool) whereas the previous project did not.
Latest cfg file is attached (8585.VibrationMonitor.cfg).