Message compilateur

Forum de support pour les locuteurs de la langue française qui souhaitent écrire dans leur langue maternelle.

Moderator: Benj

Post Reply
Philbert Pascal
Posts: 80
Joined: Fri Jul 20, 2012 8:55 am
Location: Chambly (France)
Been thanked: 4 times
Contact:

Message compilateur

Post 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
Attachments
Code_Escalier_PIC18F4680_V5.1.4.xMarches_Wifi_pour_gravure.fcfx
(832.87 KiB) Downloaded 533 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Message compilateur

Post 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.

Philbert Pascal
Posts: 80
Joined: Fri Jul 20, 2012 8:55 am
Location: Chambly (France)
Been thanked: 4 times
Contact:

Re: Message compilateur

Post 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
Attachments
Capture d’écran 2015-05-13 à 22.57.38.png
(133.68 KiB) Downloaded 3770 times

Philbert Pascal
Posts: 80
Joined: Fri Jul 20, 2012 8:55 am
Location: Chambly (France)
Been thanked: 4 times
Contact:

Re: Message compilateur

Post 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

Post Reply