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 02-17-2004, 06:09 PM
Curl
Guest
 
Posts: n/a
Default [CCS] assembler command line

Hello All
This may not be the right place for CCS question. But I know I could
find an answer here ! )

Does anyone know how to modify the assembler command line in CCS
? -(not only the options)-
I would like to supply the "object files" in the command line.

Or in another way :
How to include a (batch?) file invoking the assembler (asm500) with
the correct arguments in my project ?.
I try to play with GEL Files. But I did not succeed.

Thank you.

Reply With Quote
  #2 (permalink)  
Old 02-18-2004, 09:11 AM
Vic
Guest
 
Posts: n/a
Default Re: [CCS] assembler command line

Hello,
you may click 'Project-Build Options-Compiler' to see cmd line for
asm500.
It may be to correct as by ComboBoxes (and others), as direct.
> Does anyone know how to modify the assembler command line in CCS
> ? -(not only the options)-
> I would like to supply the "object files" in the command line.


I can't clear understand that is bad in standart way: you only point
to files(.asm,.c,.cmd,.obj...) which must be included in
project(executable file), all another do CCS.
> How to include a (batch?) file invoking the assembler (asm500) with
> the correct arguments in my project ?.


Cheers
Reply With Quote
  #3 (permalink)  
Old 02-18-2004, 09:30 AM
Curl
Guest
 
Posts: n/a
Default Re: [CCS] assembler command line

"Vic" <[email protected]> a écrit dans le message de news:
</>

Hello

I use conditional assembly and would like to name the objects file
differently.
let me give you an example :
mycode.asm:
----------------
.if Version1
..
.endif
.if Version2
..
.endif
---------------

Now I would like assemble the sourcefile with the following command
asm500 mycode.asm mycodeV1.obj (specifics
option) -dVersion1 -dVersion2=0
or
asm500 mycode.asm mycodeV2.obj (specifics option) -dVersion1=0 -
dVersion2

I'm using two projects (V1 and V2) with specific command line
assembly.
For the linker there is now problem since I can use a different cmd
file.

One solution would be to use a separate .bat file. But I would like to
perform this in CCS environnment.

Thanks

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
Command-line interaction via PLI/VPI/DPI Jonathan Bromley Verilog 3 02-21-2008 12:59 PM
ISE 8.2 and partitions from command line Andreas Ehliar FPGA 5 10-12-2006 10:38 AM
S3 starter kit, command-line [email protected] FPGA 7 08-21-2006 10:56 AM
Command line in Windows? Jake Janovetz FPGA 13 12-04-2003 07:36 PM


All times are GMT +1. The time now is 01:49 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