Forum > General
Can i build a 32bit binary from my 64bit lazarus
a.atalla:
hi every one
i have fpc2.4 and lazarus from svn all 64bit on fedora 13
can i build an exec from my projects to work in 32bit machines ???
LazaruX:
you should be able too..
a.atalla:
is like this
--- Code: ---lazbuild --cpu=i386
--- End code ---
that give me the error
--- Code: ---Error: ppc386 can't be executed, error message: Failed to execute "ppc386", error code: 127
ERROR: failed compiling of project
--- End code ---
Leledumbo:
Not as simple as running lazbuild buddy, you'll need a cross compiler. Read our holy wiki.
Marc:
A little correction, for 64bit linux /windows, you can also run the native 32bit compiler. No need for a crosscompiler
Navigation
[0] Message Index
[#] Next page