Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Cross Compiling from Windows to Linux
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[SOLVED] Lazreport. Multi...
by
Petrus Vorster
[
Today
at 09:27:32 am]
exception external SIGSEG...
by
dseligo
[
Today
at 07:57:12 am]
Single / Double / Float s...
by
Khrys
[
Today
at 07:12:43 am]
Has anyone installed TeeB...
by
egsuh
[
Today
at 06:34:29 am]
Commerce website written ...
by
Handoko
[
Today
at 05:24:32 am]
Hashing pointers by using...
by
440bx
[
Today
at 01:15:38 am]
FPC 3.2.4-rc1 available
by
dsiders
[
Today
at 12:59:46 am]
Introducing PasBuild 1.0....
by
dbannon
[December 11, 2025, 11:54:37 pm]
[SOLVED] Program compiles...
by
Schmitty2005
[December 11, 2025, 07:35:39 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 11, 2025, 05:00:04 pm]
So many "newbies"
by
gidesa
[December 11, 2025, 04:18:38 pm]
How can I make a safe app...
by
LeP
[December 11, 2025, 03:30:34 pm]
[SOLVED] Need help conver...
by
srvaldez
[December 11, 2025, 01:52:33 pm]
SpkToolbar custom update
by
wp
[December 11, 2025, 01:48:16 pm]
OS/2 Warp 4 problem with ...
by
Thaddy
[December 11, 2025, 01:35:10 pm]
Is FPGUI still active?
by
BSaidus
[December 11, 2025, 01:25:31 pm]
Bitmap into Paintbox
by
BubikolRamios
[December 11, 2025, 12:58:20 pm]
Notetask 1.1.0 - Free cro...
by
AlexanderT
[December 11, 2025, 12:11:14 pm]
Matching video to form
by
Pe3s
[December 11, 2025, 10:56:47 am]
Is Lazarus' Tool Palette ...
by
Ed78z
[December 11, 2025, 10:37:03 am]
[SOLVED] RXSwitch
by
Petrus Vorster
[December 11, 2025, 10:35:00 am]
fpsockets error: 10047
by
rvk
[December 11, 2025, 09:50:08 am]
Military Grade Directives
by
Thaddy
[December 11, 2025, 08:56:12 am]
Permutation of rows and c...
by
Zvoni
[December 11, 2025, 08:33:20 am]
Jacks or Better card game...
by
TBMan
[December 11, 2025, 03:12:03 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Cross Compiling from Windows to Linux (Read 5526 times)
lainz
Hero Member
Posts: 4738
Web, Desktop & Android developer
[SOLVED] Cross Compiling from Windows to Linux
«
on:
November 04, 2016, 10:30:27 pm »
Hi, I have FPC + Lazarus trunk, it is Lazarus 32 bit. I've installed it whith FPCUPDeluxe.
http://forum.lazarus-ide.org/index.php/topic,34645.0.html
Then today I've installed Cross Compiler for Linux 32 bit with FPCUPDeluxe 0.99 It compiles but gives an error while linking in the .lpr.
Quote
project1.lpr(20,1) Error: Error while linking
This is an empty GUI project, the one that's available when Lazarus starts or when I choose Project > New project.
«
Last Edit: November 04, 2016, 10:39:50 pm by lainz
»
Logged
https://lainz.github.io/
DonAlfredo
Hero Member
Posts: 1852
Re: Cross Compiling from Windows to Linux
«
Reply #1 on:
November 04, 2016, 10:36:26 pm »
Have a look here :
http://synopse.info/forum/viewtopic.php?id=3620
http://bugs.freepascal.org/view.php?id=30112
Code: Pascal
[Select]
[+]
[-]
{$ifdef Linux}
{$ifdef FPC_CROSSCOMPILING}
{$ifdef CPUARM}
//if GUI, then uncomment
//{$linklib GLESv2}
{$endif}
{$linklib libc_nonshared.a}
{$endif}
{$endif}
«
Last Edit: November 04, 2016, 10:38:24 pm by DonAlfredo
»
Logged
Fpcupdeluxe:
https://github.com/LongDirtyAnimAlf/fpcupdeluxe
Latest release:
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/latest
Legacy:
https://github.com/LongDirtyAnimAlf/Reiniero-fpcup
lainz
Hero Member
Posts: 4738
Web, Desktop & Android developer
Re: Cross Compiling from Windows to Linux
«
Reply #2 on:
November 04, 2016, 10:39:38 pm »
Many thanks for your quick response. Is working well. This goes to favorites of course!
Thanks for your incredible tool, I never imagined to cross compile, always seems a difficult task, but now is really easy!
Logged
https://lainz.github.io/
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Cross Compiling from Windows to Linux
TinyPortal
© 2005-2018