Building XMK
XMK uses Shift-Right's
BENV build engine
for its native build environment. However, XMK has absolutely
no dependencies on BENV. In fact the XMK compact
releases use traditional GNU makefiles and/or vendor specific IDE
projects to compile the example applications. Since XMK is
statically linked with the application, it is assumed that the XMK
source tree will be integrated into developer's/company's
build environment of choice.
All that said, the XMK team highly recommends using BENV if
possible. BENV works great for embedded applications and runs
on both Linux and Windows. BENV is included in the XMK full
releases. Click here for
details on how to install BENV. |