Hi,
I am trying to capture a single frame using EVMDM6437. I have searched through the dvsdk(dvsdk_1_01_00_15) examples and found an example named video_preview. As I use ccstudio v4.0 I had to migrate the files. While migrating I got the errors;
!WARNING: Reference to an undefined user-macro 'BSL_EVMDM6437_INSTALLDIR' detected in a linked-resource path (file 'evmdm6437bsl.lib'). Please import the 'macro.ini' file (File > Import > Managed Build Macros), or define the missing linked-resource variable manually (Window > Preferences > General > Workspace > Linked Resources). Linked-resource variables are used to resolve source files that were referenced using macros in CCSv3.x projects.
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C6000.Debug.173391579' [Sun May 02 23:58:01 EEST 2010]
!TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"$(Proj_dir)"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"."
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"%BIOSDVSDK_INSTALL_DIR%\examples\common\evmDM6437"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"%BSL_EVMDM6437_INSTALLDIR%\include"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\inc"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\drivers\inc"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\system\DM6437\bios\dm6437_evm\src\video\src"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1172268938::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\soc\dm6437\dsp\inc"
!WARNING: Unresolved tool: com.ti.ccstudio.buildDefinitions.C6000.Debug.173391579::XDC
!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C6000.Release.1427944504' [Sun May 02 23:58:02 EEST 2010]
!TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343'
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"$(Proj_dir)"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"."
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"%BIOSDVSDK_INSTALL_DIR%\examples\common\evmDM6437"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"%BSL_EVMDM6437_INSTALLDIR%\include"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\inc"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\drivers\inc"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\system\DM6437\bios\dm6437_evm\src\video\src"
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerRelease.1250489343::-i"%BIOSDVSDK_INSTALL_DIR%\psp_1_00_02_00\pspdrivers\soc\dm6437\dsp\inc"
!WARNING: Unresolved tool: com.ti.ccstudio.buildDefinitions.C6000.Release.1427944504::XDC
I have ignored these warnings and used the build all function to buils the project. This time I got the errors:
Error:
"could not open source file psp_i2c.h"
"could not open source file psp_i2c.h"
Warning:
This project contains unresolved buildable linked resources. It might not build as expected.
I have managed to clear all errors . Bu the warning still remains there. I think there is problem with the path definitions but I dont know how to clear them.
In which files I have to re-set the paths?
Best Regards
SERDAR