[Scons-users] SCons integration with IAR

Bill Deegan bill at baddogconsulting.com
Tue Jan 21 09:47:17 EST 2020


Can you pastebin the generated makefiles and/or share a github repo of an
example project?

On Tue, Jan 21, 2020 at 9:45 AM Bill Deegan <bill at baddogconsulting.com>
wrote:

> Is the goal to have SCons compile your code with IAR's compilers?
> Is the code compiled by makefiles the only code you're compiling or is
> that just part of it. (Other code not compiled by IAR)?
>
> Have you read any of the SCons' documentation? The Manpage, the users
> guide?
>
> -Bill
>
> On Tue, Jan 21, 2020 at 3:05 AM Akumalla Arjuman Banu via Scons-users <
> scons-users at scons.org> wrote:
>
>> Hi,
>>
>> With reference to the reference to the above queries, can anyone clarify
>> me
>> How SCons can be integrated with other IDE's like CCES?
>>
>> CCES:CrossCore Embedded Studio is a world-class integrated development
>> environment (IDE) for the Analog Devices
>>
>> Regards,
>>
>>
>> Arjuman Banu
>>
>> Engineer | MEBU
>>
>> TATA ELXSI
>> ------------------------------
>> *From:* Scons-users <scons-users-bounces at scons.org> on behalf of
>> Akumalla Arjuman Banu via Scons-users <scons-users at scons.org>
>> *Sent:* Tuesday, January 21, 2020 12:06 PM
>> *To:* scons-users at scons.org <scons-users at scons.org>
>> *Cc:* Akumalla Arjuman Banu <akumallaarjuman at tataelxsi.co.in>
>> *Subject:* Re: [Scons-users] SCons integration with IAR
>>
>> ------------------------------
>> **This is an external email. Please check the sender’s full email address
>> (not just the sender name) and exercise caution before you respond or click
>> any embedded link/attachment.**
>> ------------------------------
>> Hi bil,
>>
>> Actually I have tried with a normal c file. I have written a normal c
>> program and in the SConstruct file I have given Program("hello.c").
>> and my cmd output is:
>>
>> Program('hello.c')
>>
>>        % scons
>>        scons: Reading SConscript files ...
>>        Calling Program('hello.c')
>>        Finished calling Program()
>>        scons: done reading SConscript files.
>>        scons: Building targets ...
>>        cc -o hello.o -c hello.c
>>        cc -o hello hello.o
>>        scons: done building targets.
>>
>> So, i know how Scons works with a norml c file. But here I want to make
>> my scons work with CCES. CCES itself creates a makefile, and I have used
>> those commands to build and clean in my SCons.
>>
>> Please let me know Is this is the right way to do.
>> Or do you know how to integrate SCons with any build automation tool?
>>
>>
>> Regards,
>>
>>
>> Arjuman Banu
>>
>> Engineer | MEBU
>>
>> TATA ELXSI
>> ------------------------------
>> *From:* Akumalla Arjuman Banu
>> *Sent:* Friday, January 17, 2020 4:42 PM
>> *To:* scons-users at scons.org <scons-users at scons.org>
>> *Subject:* SCons integration with IAR
>>
>> Can anyone tell me how to integrate SCons with IAR?
>> I know scons can be integrated with codeblocks and visual studio. But I
>> am not getting detailed information regarding IAR IDE integration with
>> SCons. If there are any websites or forums, Please share here.
>>
>> Regards,
>>
>>
>> Arjuman Banu
>>
>> Engineer | MEBU
>>
>> TATA ELXSI
>> ------------------------------
>> *Disclaimer: This email and any files transmitted with it are
>> confidential and intended solely for the use of the individual or entity to
>> whom they are addressed. If you are not the intended recipient of this
>> message , or if this message has been addressed to you in error, please
>> immediately alert the sender by reply email and then delete this message
>> and any attachments. If you are not the intended recipient, you are hereby
>> notified that any use, dissemination, copying, or storage of this message
>> or its attachments is strictly prohibited. Email transmission cannot be
>> guaranteed to be secure or error-free, as information could be intercepted,
>> corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
>> The sender, therefore, does not accept liability for any errors, omissions
>> or contaminations in the contents of this message which might have occurred
>> as a result of email transmission. If verification is required, please
>> request for a hard-copy version. *
>> ------------------------------
>> _______________________________________________
>> Scons-users mailing list
>> Scons-users at scons.org
>> https://pairlist4.pair.net/mailman/listinfo/scons-users
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20200121/0084dd97/attachment.html>


More information about the Scons-users mailing list