|
|
 | | From: | Saurav Malla | | Subject: | Invoking the C preprocessor from Assembler | | Date: | 9 Jan 2005 21:06:21 -0800 |
|
|
 | Hi Joe,
the solution that you have given is fine. But the problem is that the code is huge one and substituting the C preprocessor macros with the equivalent armasm macros will be a tedious task. I think there should be some equivalent option in the code warrior IDE. anyone else who is familiar with code warrior IDE please help
thanks & regards, Avijit Roy
|
|
 | | From: | 42Bastian Schick | | Subject: | Re: Invoking the C preprocessor from Assembler | | Date: | Tue, 11 Jan 2005 08:18:24 GMT |
|
|
 | On 9 Jan 2005 21:06:21 -0800, armSavvy@gmail.com (Saurav Malla) wrote:
>Hi Joe, > >the solution that you have given is fine. But the problem is that the >code is huge one and substituting the C preprocessor macros with the >equivalent armasm macros will be a tedious task. I think there should >be some equivalent option in the code warrior IDE. >anyone else who is familiar with code warrior IDE please help
Do you need the source twice, once ARM tools and once gcc ? If not, a simple search and replace will solve this once for all. -- 42Bastian Do not email to bastian42@yahoo.com, it's a spam-only account :-) Use @epost.de instead !
|
|
|