Hello,
I have a problem using the LCD from the FLEX demoboard :
With simple LCD test and the exemple "demoboard_example_flexside.cos"
I have at the end of the compilation the error message :
c:\PROGRA~2\MICROC~1\mplabc30\v3.25\bin\bin\pic30-coeff-ld.exe
Error : A heap is required, but has not benn specified
It seems to be a problem of memory but I have no idea how to fix it...
I'm using Windows 7, Mplab v8.70, EE 1.5.1, c30-v3.25-comboLITE, and the last version of Visual C++ express...
Could you help me ?
Thanks
Compilation problem with FLEX-DMB LCD scicos block
Moderator: paolo.gai
Re: Compilation problem with FLEX-DMB LCD scicos block
Ciao,
This is strange. Which version of the Scicos-FLEX /ERIKA / Microchip C30 are you using?
In any case, go into the template plugin directory of your RT-Druid installation:
edit the file conf_scicos.oil
There should be something like:
substitute it with:
to get a heap in your microcontroller. then recompile everything.
Also, please send us your ScicosLab file, so that we can take a look at it. We'll insert it into the regression tests (we are preparing the ScicosLab pack 10 in these days).
Ciao,
Paolo
This is strange. Which version of the Scicos-FLEX /ERIKA / Microchip C30 are you using?
In any case, go into the template plugin directory of your RT-Druid installation:
Code: Select all
C:\Evidence\eclipse\plugins\com.eu.evidence.ee.templates.dspic_1.5.1.xxxx\examples\pic30\pic30_scicos
There should be something like:
Code: Select all
#ifndef __NO_MALLOC__
LDFLAGS = "--heap=8000";
#endif // __NO_MALLOC__
Code: Select all
LDFLAGS = "--heap=8000";
Also, please send us your ScicosLab file, so that we can take a look at it. We'll insert it into the regression tests (we are preparing the ScicosLab pack 10 in these days).
Ciao,
Paolo
Re: Compilation problem with FLEX-DMB LCD scicos block
Thanks a lot
Scicoslab version is 4.4b7, Erika is 1.5.1, C30 version is 3.25-comboLITE
With the subtitution both work !
Have a good afternoon
Scicoslab version is 4.4b7, Erika is 1.5.1, C30 version is 3.25-comboLITE
With the subtitution both work !
Have a good afternoon