How to build a execute file in Eclipse or Processor Expert Soltware for IMX6_Sololite?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to build a execute file in Eclipse or Processor Expert Soltware for IMX6_Sololite?

1,306 Views
linfox
Contributor I

Dear All:

I have a question and help someone can help to me.

1. I have a Freescale IMX6 sololite evk which contain a EBook module.

2. I can build a .elf file successful in linux environment like ubunt 12.04. (Base on IMX6_SDK)

3. Today, If I wan to build the .elf file in windows host.

    How can i do?

4. I had download the Process Expert Software and CodeSourcery in windows host and setup successful.

    How can i set it for imx6-sololite?

If someone have this experience in it, please kindly introduce to me and thank a lot.

0 Kudos
Reply
3 Replies

697 Views
Yuri
NXP Employee
NXP Employee

  The Processor Expert generates examples how to configure IOMUX for different
pins functionality. But these examples are relatively independent and are not intended

for direct insertion, say, to Linux. Customers should adapt Linux codes manually. 

  In the same time, it is possible to use common Eclipse-based IDE for Processor
Expert and ARM C toolchains. In particular, the following sequence may be implemented
for both Linux and Windows hosts.

1.

  Install Eclipse (Kepler release) IDE for C/C++ Developers.
 

  https://eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplersr2

2.

  Add Eclipse Processor Expert plugin, as recommended in the documentation.

 

  http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PROCESSOR-EXPERT-IMX

  https://community.freescale.com/docs/DOC-101470

3. 

  Add GNU ARM Eclipse :

http://gnuarmeclipse.livius.net/blog/plugins-install/

It contains configurations for different toolchains, including Linux ones.


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply

697 Views
alubeiro
Contributor IV

Hi Yuri,

I am habituate to work with codewarrior and PEX. It is quite easy starting a new project because one can configurate the core and pheriferals very quick.

Now i am working with an IMX6UL so i have changed to IAR IDE (we already got installed) which supports cortex-A7 cores. The fact is that now i don't have the facility that PEX gave me in CW, and when i start a new project i do not have start up, nor anything as i had in CW. I only have an empty folder.

I have installed PEX for I.MX Processors v1.1.0 with the intent of generate these initialitations and then import the generated code to my project in IAR but:

     1- I find so wierd that in the CPU processor component, one can't configurate any parameter. Only Soc type and compiler (GNU or keil)

     2- In Components Library there is only one component "PinSettings"

Is this tool only for configuring IOMUX?

Thanks and best regards

0 Kudos
Reply

697 Views
LuisCasado
NXP Employee
NXP Employee

Hi Alberto Lubeiro

Yes, only for IOMUX.

Luis

0 Kudos
Reply