FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > DSP

DSP comp.dsp newsgroup, mailing list

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-01-2008, 01:31 PM
ameesh
Guest
 
Posts: n/a
Default Problem building CCS project using flash files.help needed

I am currently working on burning my CCS program on to flash. According
to Mr. Rulph Chassaing, this is done in the regular sequence( i.e. b
adding
libraries,asm files, C files,linker file, and the header files).He the
says that
we need to replace the asm file and the command linker file with th
files
<vecs_int_flash.asm> and <c6713dsk_flash.cmd> respectively, after whic

we are to build the project. It is at this point that i get the followin
error

in CCS:-------------->

[Linking...] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>

undefined first referenced
symbol in file
--------- ----------------
_c_int11
E:\Matlab2006b\work\Distortion_c6000_rtw\obj\vecs_ int_flash.obj
>> error: symbol referencing errors - 'Distortion.out' not built


>> Compilation failure


Build Complete,
2 Errors, 6 Warnings, 0 Remarks.\


If anyone knows what i can do about this eror and this _c_int11 variable
Pleeeeaaase help!!
Any suggestions will be greatly appreciated!!!!!






Reply With Quote
  #2 (permalink)  
Old 07-01-2008, 05:09 PM
Donald Reay
Guest
 
Posts: n/a
Default Re: Problem building CCS project using flash files.help needed

On Jul 1, 12:31*pm, "ameesh" <ameer.ish...@gmail.com> wrote:
> I am currently working on burning my CCS program on to flash. According
> to Mr. Rulph Chassaing, this is done in the regular sequence( i.e. by
> adding
> libraries,asm files, C files,linker file, and the header files).He then
> says that
> we need to replace the *asm file and the command linker file with the
> files * *
> * *<vecs_int_flash.asm> and <c6713dsk_flash.cmd> respectively, after which
>
> we are to build the project. It is at this point that i get the following
> error
>
> in CCS:-------------->
>
> [Linking...] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
> <Linking>
>
> undefined * * * * * * * * * * * *first referenced
> *symbol * * * * * * * * * * * * * * *in file
> --------- * * * * * * * * * * * *----------------
> _c_int11 * * * * * * * *
> E:\Matlab2006b\work\Distortion_c6000_rtw\obj\vecs_ int_flash.obj
>
> >> * error: symbol referencing errors - 'Distortion.out' not built
> >> Compilation failure

>
> Build Complete,
> * 2 Errors, 6 Warnings, 0 Remarks.\
>
> If anyone knows what i can do about this eror and this *_c_int11 variable,
> Pleeeeaaase help!!
> * Any suggestions will be greatly appreciated!!!!!


Hello Ameesh,

Are you using the first or the second edition of the book? In the
second edition I've attempted to expand the explanation of how to put
a program into flash memory. However, I think your problem is at an
earlier stage - not specifically concerned with programming flash
memory.
You're encountering a problem compiling and linking the program that
you intend to write to flash memory.
_c_int11 is the name used throughout the book for an interrupt service
routine function associated with interrupt INT11 and the codec via
McBSP. It is 'hooked up' to INT11 in the vecs_int_flash.asm file.
vecs_int_flash.asm essentially contains an interrupt vector table
(here _c_int11 is given as the vector for INT11) and a short boot
function. The function c_int11() should be defined in one of your
source files. In the example given in the book it is defined in
flash_sine.c. Are you trying the example as described in the book or
have you written a different example in which you have not defined the
function c_int11()?

Hope this helps.

Donald
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Having trouble building an old Xilinx Spartan3 FPGA project I did onISE 8.2i and EDK8.2 for microblaze. Also have ISE9.2i installed. Dale FPGA 6 03-29-2008 02:04 PM
Xilinx Foundation 9.2 vhdl project won't run without executing cleanup project files Dan K FPGA 0 10-17-2007 07:31 PM
Building Peak Files [email protected] DSP 13 04-06-2005 07:48 PM
Problem including header files in a C/C++ project using Altera's Nios II IDE sichstre FPGA 1 11-10-2004 05:38 AM
simple project needed DGW VHDL 3 10-18-2003 10:54 AM


All times are GMT +1. The time now is 03:50 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved