- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Problems building the SDK dsplink example
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-27-2011 06:51 AM
Hi
when I build the dsplink example, hellodsp, within the SDK I get the following errors:
myapps/dsplink_examples/helloDSP$ make
Building helloDSP...
Building helloDSP for GPP...
Building helloDSP for DSP...
DSP Dir is dsp...
js: "/opt/s6omapsdk/proprietary/xdctools_3_16_01/xdcto
make[1]: *** [helloDSPcfg.s62] Error 1
make: *** [build] Error 2
Thanks for your time
Kathryn
Re: Problems building the SDK dsplink example
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-27-2011 10:56 AM - edited 09-27-2011 10:56 AM
Kathryn,
When I build the project on my Virtual Machine, I get the following:
training@training-vm:~/s6omapsdk$ `make env`
training@training-vm:~/s6omapsdk$ cd myapps/dsplink_examples/helloDSP
training@training-vm:~/s6omapsdk/myapps/dsplink_ex
Building helloDSP...
Building helloDSP for GPP...
Building helloDSP for DSP...
training@training-vm:~/s6omapsdk/myapps/dsplink_ex
Are you attempting to build the project on a Linux host with cross-compiler tools ?
Are you attempting to build the project on the OMAP hardware directly ? (I have not tried this yet)
Regards,
Mario.
Re: Problems building the SDK dsplink example
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-27-2011 11:16 AM
Mario;
I am building on an ubuntu linux host.
Kathryn
Re: Problems building the SDK dsplink example
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-28-2011 07:43 AM
Kathryn,
On my Linux host, I have the s6omapsdk installed in the following directory:
/home/training/s6omapsdk
I have a BIOS installation in the following directory:
/home/training/bios_5_41_02_14
which contains the ti/bios/bios.tci that is used during the build of the helloDSP example.
/home/training/bios_5_41_02_14/packages/ti/bios/bi
If I rename this file, I get the same error as you.
I would conclude that you have a TI package that is not installed : BIOS 5.41.02.14
Regards,
Mario.
Re: Problems building the SDK dsplink example
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-28-2011 11:04 AM
Hello Mario;
I checked on my system and I do have bios_5_41_02_14 located under /opt/s6omapsdk/downloads and it does contain ti/bios/bios.tci.
Kathryn
Re: Problems building the SDK dsplink example
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-06-2011 06:59 AM
Hello;
When building the first building the SDK it will automatically download the individual ti tools to s6omapsdk/downloads, if i specify to install the tools in another directory it accepts it but then goes on and fails because it is looking for the tool in the downloads directory as specified by the associated Makefile. Therefore, i had to manually reinstall bios_5_41_02_14, OMAP-L138_arm_1_00_00_11, xdctools_3_16_01_27, and TI_CGT_C6000_6.1.9 to the directory that the Makefile is looking for, $(DEVDIR)/proprietary/dvsdk_2_00_00/OMAP-L138_arm_
Kathryn
Re: Problems building the SDK dsplink example
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-06-2011 07:13 AM
Kathryn,
Thank you for sharing this valuable information with the community.
Regards,
Mario.



