Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
Line 473: Line 473:


Regarding building in general, there is now a MXE_TMP variable that lets you configure where builds occur. This means that if you have sufficient RAM, then you may be able to use /dev/shm for the builds and get rid of the I/O overhead. Specifying this in MXE_TMP should be sufficient.
Regarding building in general, there is now a MXE_TMP variable that lets you configure where builds occur. This means that if you have sufficient RAM, then you may be able to use /dev/shm for the builds and get rid of the I/O overhead. Specifying this in MXE_TMP should be sufficient.
Regarding ccache, there isn't any ccache setup available in MXE. If this can be used without having to divert the actual compiler location or anything (just like "ccache x86_64-w64-mingw32.shared-gcc temp.c"), then this might be easy to do.


Before building mxe, you should consider installing ccache first, which also requires adapting the pkgconf.mk file in mxe:
Before building mxe, you should consider installing ccache first, which also requires adapting the pkgconf.mk file in mxe:

Navigation menu