FreeBASIC 1.20.3 Windows CE ARM cross-SDK

This package runs on Linux x86_64 and produces ARMv4T software-float Windows
CE executables. Extract it as one directory and invoke bin/fbc-wince-arm.

The wrapper requires the arm-mingw32ce CeGCC tools on PATH. The reproducible
FreeBASIC build uses the pinned toolchain image named in docs/wince.md; the
compiler archive intentionally does not redistribute that external toolchain.

Example:

    bin/fbc-wince-arm hello.bas -x hello.exe

The package contains the normal and multithreaded runtime, gfxlib2, sfxlib,
libffi, and all FreeBASIC headers. It is a host cross-SDK, not an on-device
compiler: maintained Windows CE systems do not provide the native GCC supply
chain that fbc needs to turn generated C into applications.
