# Generated by the VisualDSP++ IDDE (Mon Mar 30 15:21:10 2009)
# Project File: H:\Software\ProfilerBF537\ProfilerBF537.dpj

"C:\Program Files\Analog Devices\VisualDSP 5.0\ccblkfn.exe" -c .\adc-dac.c -file-attr ProjectName=ProfilerBF537 -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.2 -proc ADSP-BF537 -o .\Debug\adc-dac.doj -MM
"C:\Program Files\Analog Devices\VisualDSP 5.0\ccblkfn.exe" -c .\adc-dacISR.c -file-attr ProjectName=ProfilerBF537 -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.2 -proc ADSP-BF537 -o .\Debug\adc-dacISR.doj -MM
"C:\Program Files\Analog Devices\VisualDSP 5.0\ccblkfn.exe" -c .\ezkitutilities.c -file-attr ProjectName=ProfilerBF537 -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.2 -proc ADSP-BF537 -o .\Debug\ezkitutilities.doj -MM
"C:\Program Files\Analog Devices\VisualDSP 5.0\ccblkfn.exe" -c .\ProfilerSubs.c -file-attr ProjectName=ProfilerBF537 -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.2 -proc ADSP-BF537 -o .\Debug\ProfilerSubs.doj -MM
".\ProfilerSubs.c", line 27: cc0020:  error: identifier "ExceptionHandler" is
          undefined
  ezErrorCheck(adi_int_CECHook(3, ExceptionHandler, NULL, FALSE));
                                  ^

".\ProfilerSubs.c", line 28: cc0020:  error: identifier "HWErrorHandler" is
          undefined
  ezErrorCheck(adi_int_CECHook(5, HWErrorHandler, NULL, FALSE));
                                  ^

".\ProfilerSubs.c", line 50: cc0020:  error: identifier "DevMgrData" is
          undefined
  ezErrorCheck(adi_dev_Init(DevMgrData, sizeof(DevMgrData), &ResponseCount, &DeviceManagerHandle, NULL));
                            ^

".\ProfilerSubs.c", line 50: cc0020:  error: identifier "DeviceManagerHandle"
          is undefined
  ezErrorCheck(adi_dev_Init(DevMgrData, sizeof(DevMgrData), &ResponseCount, &DeviceManagerHandle, NULL));
                                                                             ^

".\ProfilerSubs.c", line 54: cc0020:  error: identifier "InboundBuffer" is
          undefined
  InboundBuffer.Data = &InboundData;
  ^

".\ProfilerSubs.c", line 54: cc0020:  error: identifier "InboundData" is
          undefined
  InboundBuffer.Data = &InboundData;
                        ^

".\ProfilerSubs.c", line 61: cc0020:  error: identifier "OutboundBuffer" is
          undefined
  OutboundBuffer.Data = &OutboundData;
  ^

".\ProfilerSubs.c", line 61: cc0020:  error: identifier "OutboundData" is
          undefined
  OutboundBuffer.Data = &OutboundData;
                         ^

".\ProfilerSubs.c", line 69: cc0020:  error: identifier "DriverHandle" is
          undefined
  ezErrorCheck(adi_dev_Open(DeviceManagerHandle, &ADIUARTEntryPoint, 0, NULL, &DriverHandle, ADI_DEV_DIRECTION_BIDIRECTIONAL, NULL, DCBManagerHandle, Callback));
                                                                               ^

".\ProfilerSubs.c", line 69: cc0020:  error: identifier "Callback" is undefined
  ezErrorCheck(adi_dev_Open(DeviceManagerHandle, &ADIUARTEntryPoint, 0, NULL, &DriverHandle, ADI_DEV_DIRECTION_BIDIRECTIONAL, NULL, DCBManagerHandle, Callback));
                                                                                                                                                      ^

10 errors detected in the compilation of ".\ProfilerSubs.c".
cc3089: fatal error: Compilation failed
Tool failed with exit/exception code: 1.
