- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Networking Development
- vsComPort cross comile to raspberry pi 2
×
Components and Libraries for Networking Development, discussions, problems and suggestions
Question vsComPort cross comile to raspberry pi 2
- zeljko
- Topic Author
- Offline
- Junior Member
-
Less
More
7 years 1 month ago #7381
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
vsComPort cross comile to raspberry pi 2 was created by zeljko
vsComPort not cross comile to raspberry pi 2
Compile package pl_synapse 40.1.10: Exit code 256, Errors: 22
synaser.pas(264,15) Error: Identifier not found "B500000"
synaser.pas(264,22) Error: Illegal expression
synaser.pas(265,14) Error: Identifier not found "B576000"
synaser.pas(265,21) Error: Illegal expression
synaser.pas(266,14) Error: Identifier not found "B921600"
synaser.pas(266,21) Error: Illegal expression
synaser.pas(267,15) Error: Identifier not found "B1000000"
synaser.pas(267,23) Error: Illegal expression
synaser.pas(268,15) Error: Identifier not found "B1152000"
synaser.pas(268,23) Error: Illegal expression
synaser.pas(269,15) Error: Identifier not found "B1500000"
synaser.pas(269,23) Error: Illegal expression
synaser.pas(270,15) Error: Identifier not found "B2000000"
synaser.pas(270,23) Error: Illegal expression
synaser.pas(271,15) Error: Identifier not found "B2500000"
synaser.pas(271,23) Error: Illegal expression
synaser.pas(272,15) Error: Identifier not found "B3000000"
synaser.pas(272,23) Error: Illegal expression
synaser.pas(273,15) Error: Identifier not found "B3500000"
synaser.pas(273,23) Error: Illegal expression
synaser.pas(274,15) Error: Identifier not found "B4000000"
synaser.pas(274,23) Error: Illegal expression
Compile package pl_synapse 40.1.10: Exit code 256, Errors: 22
synaser.pas(264,15) Error: Identifier not found "B500000"
synaser.pas(264,22) Error: Illegal expression
synaser.pas(265,14) Error: Identifier not found "B576000"
synaser.pas(265,21) Error: Illegal expression
synaser.pas(266,14) Error: Identifier not found "B921600"
synaser.pas(266,21) Error: Illegal expression
synaser.pas(267,15) Error: Identifier not found "B1000000"
synaser.pas(267,23) Error: Illegal expression
synaser.pas(268,15) Error: Identifier not found "B1152000"
synaser.pas(268,23) Error: Illegal expression
synaser.pas(269,15) Error: Identifier not found "B1500000"
synaser.pas(269,23) Error: Illegal expression
synaser.pas(270,15) Error: Identifier not found "B2000000"
synaser.pas(270,23) Error: Illegal expression
synaser.pas(271,15) Error: Identifier not found "B2500000"
synaser.pas(271,23) Error: Illegal expression
synaser.pas(272,15) Error: Identifier not found "B3000000"
synaser.pas(272,23) Error: Illegal expression
synaser.pas(273,15) Error: Identifier not found "B3500000"
synaser.pas(273,23) Error: Illegal expression
synaser.pas(274,15) Error: Identifier not found "B4000000"
synaser.pas(274,23) Error: Illegal expression
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 years 1 month ago #7384
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic vsComPort cross comile to raspberry pi 2
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- zeljko
- Topic Author
- Offline
- Junior Member
-
7 years 1 month ago #7389
by zeljko
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Replied by zeljko on topic vsComPort cross comile to raspberry pi 2
change synaser.pas and work
line 264
+ {$IFDEF cpuarm}
,(0, B0),
(50, B50),
(75, B75),
(110, B110),
(134, B134),
(150, B150),
(200, B200),
(300, B300),
(600, B600),
(1200, B1200),
(1800, B1800)
+ {$ELSE}
,(5000, B500000),
(576000, B576000),
(921600, B921600),
(1000000, B1000000),
(1152000, B1152000),
(1500000, B1500000),
(2000000, B2000000),
(2500000, B2500000),
(3000000, B3000000),
(3500000, B3500000),
(4000000, B4000000)
+ {$ENDIF}
line 264
+ {$IFDEF cpuarm}
,(0, B0),
(50, B50),
(75, B75),
(110, B110),
(134, B134),
(150, B150),
(200, B200),
(300, B300),
(600, B600),
(1200, B1200),
(1800, B1800)
+ {$ELSE}
,(5000, B500000),
(576000, B576000),
(921600, B921600),
(1000000, B1000000),
(1152000, B1152000),
(1500000, B1500000),
(2000000, B2000000),
(2500000, B2500000),
(3000000, B3000000),
(3500000, B3500000),
(4000000, B4000000)
+ {$ENDIF}
my web: www.zeljus.com
Pandroid: github.com/zeljkoc/pandroid
PandroidPackage: github.com/zeljkoc/PandroidPackage
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 years 1 month ago #7392
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic vsComPort cross comile to raspberry pi 2
Thanks Sir 
we put your fix in Lab CT

we put your fix in Lab CT
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Dinko
- Offline
- Junior Member
-
Less
More
- Posts: 91
- Thank you received: 5
7 years 1 month ago #7397
by Dinko
Replied by Dinko on topic vsComPort cross comile to raspberry pi 2
Is there any chance that you put Qt4 pas support in crosscompile libraries for RPi2 in near future.?
Qt applications are much faster then Gtk. I think Qt use GPU for drawing.
Regards, Dinko
Qt applications are much faster then Gtk. I think Qt use GPU for drawing.
Regards, Dinko
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 years 1 month ago #7401
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic vsComPort cross comile to raspberry pi 2
Thanks Sir
we will update OS Library to support and QT4
we will update OS Library to support and QT4
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.