MIDAS Ultrasound v2.0 Demo (http://processors.wiki.ti.com/index.php/MIDAS_Ultrasound_v2.0_Demo#PSP_and_DVSDK.C2.A0Setup)
I try MIDAS Ultrasound V2.0 Demo on OMAP3530.
First, I try setup program PSP and DVSDK.
That site is GSG: OMAP35x DVEVM Software Setup (http://processors.wiki.ti.com/index.php/GSG:_OMAP35x_DVEVM_Software_Setup#Installing_the_software)
I follow this sit.
- 1 Software Overview
- 2 Preparing to install
- 3 Installing the software
- 3.1 Installing the Target Linux Software
- 3.2 Installing the DVSDK Software (DVSDK version 3.01.00.09 onwards)
- 3.3 Installing the DVSDK Software (Till DVSDK version 3.01.00.02)
- 3.4 Installing the A/V demo files
- 3.5 Installing the toolchain
- 3.6 Exporting a Shared File System for Target Access
- 3.7 Testing the shared file system
- 3.8 Notes on using production codecs
- 4 Setting up the build/development environment
- 5 Rebuilding the Software
I try 5.3 Rebuilding the DVSDK software for the target.
and I try setup Rules.make & make all.
7. While in the same directory that contains Rules.make, use the following commands to build the DVSDK demo applications and put the resulting binaries on the target file system specified by EXEC_DIR. host $ make clean
host $ make all <-- I do it.
host $ make install
|
start make all.
I get a error during the compile this.
My error message is
Linking interface from dec.o enc.o encdec.o main.o menu.o start.o tparty.o ../keypad.o ../uibuttons.o interface_config/linker.cmd.. make[2]: Entering directory `/home/won/dvsdk/dvsdk_3_01_00_06/dvtb_4_20_04/packages/ti/sdo/dvtb/omap3530/linux' XDCPATH="/home/won/dvsdk/dvsdk_3_01_00_06/cs1omap3530_1_01_00 /packages;/home/won/dvsdk/dvsdk_3_01_00_06/framework_components_2_25_01_05/packages;/home/won/dvsdk/dvsdk_3_01_00_06/codec_engine_2_25_01_06/packages;/home/won/dvsdk/dvsdk_3_01_00_06/dsplink_linux_1_65_00_01/packages;/home/won/dvsdk/dvsdk_3_01_00_06/xdais_6_25_01_08/packages;/home/won/dvsdk/dvsdk_3_01_00_06/linuxutils_2_25_01_06/packages;/home/won/dvsdk/dvsdk_3_01_00_06/linuxlibs_3_01/include;/home/won/dvsdk/dvsdk_3_01_00_06/local_power_manager_linux_1_24_01/packages;/home/won/dvsdk/dvsdk_3_01_00_06/bios_5_41_00_06/packages;/home/won/dvsdk/dvsdk_3_01_00_06/bios_5_41_00_06/packages/ti/bios/include;/home/won/dvsdk/dvsdk_3_01_00_06/bios_5_41_00_06/packages;" /home/won/dvsdk/dvsdk_3_01_00_06/xdctools_3_16_01_27/xs xdc.tools.configuro -c /home/won/toolchain/arm-2008q1 -o dvtb_omap3530 -t gnu.targets.arm.GCArmv5T -p ti.platforms.evm3530 -b config.bld dvtb_omap3530.cfg Warning: directory "/home/won/dvsdk/dvsdk_3_01_00_06/cs1omap3530_1_01_00 /packages" on package path does not exist make[2]: *** [dvtb_omap3530] error 1 make[2]: Leaving directory `/home/won/dvsdk/dvsdk_3_01_00_06/dvtb_4_20_04/packages/ti/sdo/dvtb/omap3530/linux' make[1]: *** [OMAP3530_BUILD] error 2 make[1]:/ti-ezsdk_dm816x-evm_5_01_01_80/xdctools_3_20_08_88 make: *** [dvtb] error 2
|
How can I correct this error.
Help me.