Welcome, Guest
Username: Password: Remember me
Components and Libraries for Networking Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

vsComPort cross comile to raspberry pi 2 8 years 10 months ago #7381

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
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

Please Log in or Create an account to join the conversation.

vsComPort cross comile to raspberry pi 2 8 years 10 months ago #7384

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Yes Sir
please look here
we working on this...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

vsComPort cross comile to raspberry pi 2 8 years 10 months ago #7389

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
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}

Please Log in or Create an account to join the conversation.

vsComPort cross comile to raspberry pi 2 8 years 10 months ago #7392

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir :silly:
we put your fix in Lab CT
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

vsComPort cross comile to raspberry pi 2 8 years 10 months ago #7397

  • Dinko
  • Dinko's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 91
  • Thank you received: 5
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

Please Log in or Create an account to join the conversation.

vsComPort cross comile to raspberry pi 2 8 years 10 months ago #7401

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir
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.

  • Page:
  • 1