This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Z-Stack and RF4CE w/ Same Compiler Version

Other Parts Discussed in Thread: REMOTI

I have been using a licensed IAR 5.71A compiler for some Zigbee work. Now I want to do a project with RF4CE. Aparently RF4CE uses a newer version of the compiler. I really don't want to disturb my ZB tool chain. Is there some way I can run two versions of the compiler on the same machine; one for ZB and one for RF4CE? Can I get an RF4CE stack that runs on 7.51A?  Pete

 

  • I have many different, separate installations of IAR Embedded Workbench on my development PC, precisely for the reason you state. It's simple to do -- during installation of the IAR toolset, just override the destination folder name that IAR suggests (in Choose Destination Location prompt). For example, for EW8051 version 7.60 (the one you'll need for RemoTI), IAR will suggest something like: C:\Program Files\IAR Systems\Embedded Workbench 5.4 -- change it to something like: C:\Program Files\IAR Systems\EW8051-7.60

  • OK. Thanks for the FB. I wasn't sure if I could do this without nuking my existing tool chain. I'll give it a try.