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 06-03-2009, 02:05 PM
yakov
Guest
 
Posts: n/a
Default csl6000.src

Hello,

I can't extract files from csl6000.src

> ar6x.exe x csl6000.src
> --> error: 'csl6000.src' is not an archive


Could you give me a hint

I've found several discussions mentioning csl source here and on TI's wik
but neither actually gives recipe how to extract files

PS
Sure it's possible to extract everything by hand with AWK :-( a tediou
way


Reply With Quote
  #2 (permalink)  
Old 06-03-2009, 04:53 PM
Andreas Huennebeck
Guest
 
Posts: n/a
Default Re: csl6000.src

yakov wrote:

> I can't extract files from csl6000.src
>
>> ar6x.exe x csl6000.src
>> --> error: 'csl6000.src' is not an archive

>
> Could you give me a hint


ar6x -h

explains how to use it.

ar6x -t csl6000.src

gives a list of all contained files. Then extract the files you need with

ar6x -x csl6000.src <file> [<file>, ...]

or extract all files with

ar6x -x csl6000.src

At least it works like this here on my Linux workstation.

bye
Andreas
--
Andreas Hünnebeck | email: acmh@gmx.de
----- privat ---- | www : http://www.huennebeck-online.de
Fax/Anrufbeantworter: 0721/151-284301
GPG-Key: http://www.huennebeck-online.de/public_keys/andreas.asc
PGP-Key: http://www.huennebeck-online.de/publ...gp_andreas.asc

Reply With Quote
  #3 (permalink)  
Old 06-03-2009, 07:15 PM
yakov
Guest
 
Posts: n/a
Default Re: csl6000.src

Andreas, thank you for help!

Which version of linux code generation tools do you use?

I've downloaded and tried recent 6.1.7 with same wrong result "is not a
archive"

Might it be that I have broken archive indeed

>yakov wrote:
>
>> I can't extract files from csl6000.src
>>
>>> ar6x.exe x csl6000.src
>>> --> error: 'csl6000.src' is not an archive

>>
>> Could you give me a hint

>
> ar6x -h
>
>explains how to use it.
>
> ar6x -t csl6000.src
>
>gives a list of all contained files. Then extract the files you nee

with
>
> ar6x -x csl6000.src <file> [<file>, ...]
>
>or extract all files with
>
> ar6x -x csl6000.src
>
>At least it works like this here on my Linux workstation.
>
>bye
>Andreas
>--
>Andreas H�nnebeck | email: acmh@gmx.de
>----- privat ---- | www : http://www.huennebeck-online.de
>Fax/Anrufbeantworter: 0721/151-284301
>GPG-Key: http://www.huennebeck-online.de/public_keys/andreas.asc
>PGP-Key: http://www.huennebeck-online.de/publ...gp_andreas.asc
>
>

Reply With Quote
  #4 (permalink)  
Old 06-04-2009, 12:34 PM
Andreas Huennebeck
Guest
 
Posts: n/a
Default Re: csl6000.src

yakov wrote:

> Andreas, thank you for help!
>
> Which version of linux code generation tools do you use?


6.1.3

And the standard 'ar' program on linux can also list and extract
the contents of csl6000.src, so the kind of tool does not seem to
matter at all. It's a standard.

> I've downloaded and tried recent 6.1.7 with same wrong result "is not an
> archive"
>
> Might it be that I have broken archive indeed


I think so too.

bye
Andreas
--
Andreas Hünnebeck | email: acmh@gmx.de
----- privat ---- | www : http://www.huennebeck-online.de
Fax/Anrufbeantworter: 0721/151-284301
GPG-Key: http://www.huennebeck-online.de/public_keys/andreas.asc
PGP-Key: http://www.huennebeck-online.de/publ...gp_andreas.asc

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



All times are GMT +1. The time now is 11:08 AM.


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