Search found 60 matches

by Jorg_Guldner
Tue Jul 07, 2026 11:44 am
Forum: General
Topic: array size seems to be limited
Replies: 5
Views: 302

Re: array size seems to be limited

Hi Martin,
I found the program bug. array[24] have the address 0-23 ! I uses 1-24 and the program writes into a other variable.
The other info, that only 24 variables are shown is a point that is new for me.

Thanks to you
Jorg
by Jorg_Guldner
Tue Jul 07, 2026 9:18 am
Forum: General
Topic: array size seems to be limited
Replies: 5
Views: 302

array size seems to be limited

Hello!
I need an array size of 96. Defining the array shows under variables only a maximum of 24 and the program is not working?
Any idea?
array96-24.png
array96-24.png (13.2 KiB) Viewed 302 times
Regards
Jorg
by Jorg_Guldner
Wed Nov 12, 2025 4:30 pm
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8 [solved]

Hello matrix team,
I get it now compiling:
Boot segment write protect & Boot segment protect where enabled. This setup causes the memory problems. Are both disabled, then it compiles without errors.
In FC8 are both enabled if you choose the chip. This old compiler have no problems with this setup ...
by Jorg_Guldner
Tue Nov 11, 2025 10:07 am
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8 [not solved]

Hello matrix team,
is it possible to look at this situation what happens there?
May be, that it was simple bug to repair.

Jorg
by Jorg_Guldner
Thu Oct 23, 2025 5:37 pm
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8

I´ve now found the point why it`s not compiling!
If you initialize only uart 1 or 2, then all is running. If you are initialize both uarts, the compiler stops.
Can you have a look to this section?
If you place a second uart in "10a.FCD" with "init", the compiler stops too.
If both uarts are disabled ...
by Jorg_Guldner
Tue Oct 21, 2025 3:12 pm
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8

Hello!
By testing something it could be, that I changed the 2 uarts to 1 channel. The 2 x EB013 I paste in an old FC7. With your changes it compiles in my FC10 complete through. I will now rework back your changes to my program and hope to get it running. What I`m wondering is, that my software ...
by Jorg_Guldner
Tue Oct 21, 2025 11:35 am
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8

Hello!
The pcb-boards are running over the whole world and I could not change the CPU in the moment.
Compiling results:
FC7 = 39% program memory 9% data memory
FC8 = 45% program memory 9% data memory
FC9 = compiler breaks
FC10 = compiler breaks
From FC8 to FC9/10 the unused code is bigger than 16K ...
by Jorg_Guldner
Tue Oct 21, 2025 10:26 am
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8

Hello Martin,
I´m using a PIC24FV32KA304.
Compiling with FC7 shows, that the program only uses about 50%. The rest is altough OK.
Written in the past with FC8 was altough OK.
In the meantime I install FC10 new, but the results with broken compiling appears again.
Any more idea?
by Jorg_Guldner
Tue Oct 21, 2025 5:26 am
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Re: Problem to build a project from Version8

Thanks for the first idea, but my baught licence seems to be OK.
In the meantime I load the compiler from matrix down and install it new.
Same problem as before.


Jorg
by Jorg_Guldner
Mon Oct 20, 2025 6:27 pm
Forum: Bug Reports
Topic: Problem to build a project from Version8 [solved]
Replies: 13
Views: 7184

Problem to build a project from Version8 [solved]

Hello!
I write a program under V8. Today I want to compile again under V10. The linker stops compiling. Compiling the same program under V7 compiles without errors.
The attachment file with index V8 is compiled under V7.

If I disable half of the program under V10, then it`s compiling.

Any idea ...