Page 1 of 1

Message compilateur

Posted: Tue May 05, 2015 4:23 am
by Philbert Pascal
Benj Hello,
my ongoing worries. I have a message at compile time:
" Software return call stack table Exceeds maxium length of 256 entries in function 'FCM_PositionTempo' "

I had to exceed the limit of my peak, but what should I do in my code?

Thank you in advance for your help.

Pascal

Bonjour Benj,
mes soucis continues. j'ai un message au moment de la compilation:
Software call stack return table exceeds maxium length of 256 entries in function:'FCM_PositionTempo'

J'ai dû dépasser la limite de mon pic, mais que dois je faire dans mon code?

Merci d'avance pour ton aide.

Pascal

Re: Message compilateur

Posted: Wed May 13, 2015 11:10 am
by Benj
Hello Pascal,

You can try disabling the BoostC software call stack by using the compiler options window.

Build -> Compiler options -> Linker / Assembler Tab

In the Parameters text field try removing this from the very end.

Code: Select all

-swcs 6 2
This should then resort to the hardware call stack which should hopefully solve the problem for you.

Let me know how you get on.

Re: Message compilateur

Posted: Wed May 13, 2015 10:05 pm
by Philbert Pascal
Benj Hello,
I remove -swcs 6 2 ", but it generates a new problem.
Already it can not find my programmer. Here is the message.

And error messages still exist.

Clean: Deleting intermediary and output files.
Clean: Deleted file "Test_18F4680.err".
Clean: Deleted file "T:\Développement Escalier\MPLAB_Microchip\Test_18F4680.cod".
Clean: Deleted file "T:\Développement Escalier\MPLAB_Microchip\Test_18F4680.hex".
Clean: Deleted file "Test_18F4680.lst".
Clean: Done.
Executing: "C:\Program Files (x86)\Microchip\MPASM Suite\MPAsmWin.exe" /q /p18F4680 "Test_18F4680.asm" /l"Test_18F4680.lst" /e"Test_18F4680.err"
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31696 : Address exceeds maximum range for this processor.
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31697 : Address exceeds maximum range for this processor.
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31698 : Address exceeds maximum range for this processor.
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31699 : Address exceeds maximum range for this processor.
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31700 : Address exceeds maximum range for this processor.
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31701 : Address exceeds maximum range for this processor.
Warning[220] T:\DéVELOPPEMENT ESCALIER\MPLAB_MICROCHIP\TEST_18F4680.ASM 31702 : Address exceeds maximum range for this processor.
Loaded T:\Développement Escalier\MPLAB_Microchip\Test_18F4680.cod.
BUILD SUCCEEDED: Wed May 13 19:14:46 2015

Pending read you

I really need to deliver an Urgent my client.
PS You can take control of my computer with the TeamViewer software.

cordially

pascal

Re: Message compilateur

Posted: Mon Jun 22, 2015 11:20 am
by Philbert Pascal
Bonjour Benj,

as-tu eu des nouvelles pour mon problème de compilation?
Je suis complétement bloqué.

Merci d'avance

Pascal