Nano1994 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
1 stars 0 forks source link

SCons should check for a correct target compiler #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently when compiling FreeNOS with SCons, no check is performed to verify
that the target compiler is of the same architecture, i.e. 32/64 bit and
processor type.
At this point, FreeNOS only supports x86, so there should be a check to
verify the
target compiler is able to build 32-bit Intel programs, in ELF executable
format (or any
others recognizable by libexec).

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by coenbijlsma on 7 Aug 2009 at 11:05