Re: Cross Compile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



MicazMAK <emoazzam@xxxxxxxxx> writes:
>   I am trying to cross compile postgresql for ARM platform. I am configure it on my linux enironment. Configure is done without any errors but when I make it gives me error like cannot execute binary file.

Offhand I'd think that "make" should work but "make install" would have
a problem because it tries to run "zic" which will have been built for
the target platform.  The easiest solution might be to copy over zic
and the timezone data files, and do that step on the target.  Or you
could recompile zic for the source platform (it doesn't need to get
installed).

If that's not it, you need to provide more details.

			regards, tom lane


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux