Neeraj,

The older GCC tools (like the MV ones you appear to be using) would complain 
about the # signs in front of the zeros in any of the commands for talking to 
the CP15 registers.  The new CodeSourcery tools, which are GCC 4.2.3, do not.  
In addition, the TI TMS470 codegen tools require the # symbols.  This was part 
of the reason for moving to the newer CodeSourcery tools.

Regarding the timake program, this is part of CCS, which is currently only 
found on Windows.  Since you are running under Linux, there should be no reason 
to compile any of the CCS applications/projects included in the release.  I 
would recommend editing the top-level makefile to not enter the CCS path.

Regards,
Daniel

Daniel J. Allred
High Performance DSP/SoC
Catalog DSP / Emerging End Equipment
________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neeraj Tandon
Sent: Friday, November 21, 2008 12:34 AM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: Re: DM6467 serial boot and flash utility question


Hi ,

I tried to build the UBL part of this utility and came across another issue. 
The boot.o is not building. Can someone please suggest something to proceed on 
this.

Enclosing the build error below.

Regards,
Neeraj



pwd
/home2/public/DM646x_FlashAndBootUtils_1_10/DM646x/GNU/slt/build


make
arm_v5t_le-gcc -c -Os -Wall -mlong-calls -ffreestanding 
-I../../../Common/include -I../../../../Common/include 
-I../../../../Common/arch/arm926ejs/include -I../../../../Common/slt/include 
-I../../../../Common/ubl/include -I../../../../Common/drivers/include 
-I../../../../Common/gnu/include ../../../../Common/slt/src/slt.c -o slt.o

arm_v5t_le-gcc -c -Os -Wall -mlong-calls -ffreestanding 
-I../../../Common/include -I../../../../Common/include 
-I../../../../Common/arch/arm926ejs/include -I../../../../Common/slt/include 
-I../../../../Common/ubl/include -I../../../../Common/drivers/include 
-I../../../../Common/gnu/include ../../../../Common/arch/arm926ejs/src/boot.c 
-o boot.o
/tmp/ccSMZLhp.s: Assembler messages:
/tmp/ccSMZLhp.s:22: Error: bad expression -- `mrc p15,#0,r0,c1,c0,#0'
/tmp/ccSMZLhp.s:27: Error: bad expression -- `mcr p15,#0,r0,c1,c0,#0'


--- On Thu, 11/20/08, Neeraj Tandon <[EMAIL PROTECTED]> wrote:
From: Neeraj Tandon <[EMAIL PROTECTED]>
Subject: DM6467 serial boot and flahs utility question
To: davinci-linux-open-source@linux.davincidsp.com
Date: Thursday, November 20, 2008, 5:54 PM
Hi,

Wiki page list a utility for serial load and flashing :

http://wiki.davincidsp.com/index.php?title=Serial_Boot_and_Flash_Loading_Utility#Compiling

I downloaded this and was compiling on linux. All the makefiles in CCS 
directory use "timake" . My build fails at this

Does anyone know what is to be used for timake ?

I have installed "mono" from mono project site but it does not look like this 
"timake" is a part of it.

Regards,
Neeraj



--- On Thu, 11/20/08, Neeraj Tandon <[EMAIL PROTECTED]> wrote:
From: Neeraj Tandon <[EMAIL PROTECTED]>
Subject: DM6467 serial boot and flahs utility question
To: davinci-linux-open-source@linux.davincidsp.com
Date: Thursday, November 20, 2008, 5:54 PM
Hi,

Wiki page list a utility for serial load and flashing :

http://wiki.davincidsp.com/index.php?title=Serial_Boot_and_Flash_Loading_Utility#Compiling

I downloaded this and was compiling on linux. All the makefiles in CCS 
directory use "timake" . My build fails at this

Does anyone know what is to be used for timake ?

I have installed "mono" from mono project site but it does not look like this 
"timake" is a part of it.

Regards,
Neeraj




_______________________________________________

Davinci-linux-open-source mailing list

Davinci-linux-open-source@linux.davincidsp.com

http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to