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.

"Error[Pe095]: array is too large" while compiling SampleApp - EndDeviceBB

Other Parts Discussed in Thread: CC2431, Z-STACK

Hello,

I have purchased a CC2431 Development Kit. I have installed Z-stack 1.4.3-1.2.1 and I am using IAR Embedded Workbench v7.51.

I am trying to get the three .hex files (for programming the Coordinator (using the SmartRF04EB with one cc2431EM), for programming the Routers (using SOC_BB with CC2431EM) and for programming one Blind Node (using SOC_BB with CC2431EM)) from the SampleApp created when installing the Z-stack 1.4.3-1.2.1 in:

C:\Texas Instruments\ZStack-1.4.3-1.2.1\Projects\zstack\Samples\Location\CC2430DB\SampleApp

I have opened this project with the IAR, have uncommented #define LOCATION_BLINDNODE in LocationProfile.h, choosen EndDeviceBB and I am trying to compile it, but I am getting this Error.

Any help would be great.

Thanks in advance.

 

  • Hi,

    The 1.4.3-1.2.1 version of Z-stack is rather old (April 2008). I see from the readme file that is included in the installation that this version was built and tested with IAR version 7.30B.

    It could be the reason for the problem you see that it does not build successfully on the newer version of IAR. You could try contact IAR and get the old version of IAR and see if it then builds successfully.

    With regards,

    Bjørn

  • Hello,

    I have tried with the IAR version 7.50A, that I had too, instead of the 7.30B and now it buids successfully. So by now I am able to go on.

    Thanks for the quick response. 

    Regards