I2C component Compiler Error with PIC18f2420

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
Dirk Bubley
Posts: 99
Joined: Fri Feb 02, 2007 3:54 pm
Location: Germany
Has thanked: 14 times
Been thanked: 12 times
Contact:

I2C component Compiler Error with PIC18f2420

Post by Dirk Bubley »

Hello Matrix Team,

i get the follwing compiler error under FC version 4.2.3.58 and the use of a PIC 18f2420. This happens if I want to use the I2C master component.
If i use a different PIC this error is not visible.

Is this a known bug??
Any help is highly apreachiated!!

3G 1_0.c
Starting preprocessor: C:\PROGRA~2\MATRIX~1\FLOWCO~1\BoostC\pp.exe "E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c" -i C:\PROGRA~2\MATRIX~1\FLOWCO~1\BoostC\include -d _PIC18F2420 -la -c2 -o "E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.pp" -v -d _BOOSTC -d _PIC18


.........

E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c(240:4): error: unknown identifier 'trisd'
E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c(240:4): error: invalid operand 'trisd'
E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c(240:11): error: failed to generate expression
E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c(241:4): error: unknown identifier 'trisd'
E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c(241:4): error: invalid operand 'trisd'
E:\MPX MSB Projekte\MSB 3G\Pic Code\3G 1_0.c(241:11): error: failed to generate expression
3G 1_0.c success

failure

Return code = 1

Flowcode konnte den C-Kode des Flussdiagramms nicht kompilieren, da folgende Fehler auftraten:



BR

Dirk

Dirk Bubley
Posts: 99
Joined: Fri Feb 02, 2007 3:54 pm
Location: Germany
Has thanked: 14 times
Been thanked: 12 times
Contact:

Re: I2C component Compiler Error with PIC18f2420

Post by Dirk Bubley »

Hello together,

problem solved with upgrade to version 4.5.18.74.

BR

Dirk

Post Reply