Files
lib_xua/module_dfu/doc/building_xmos_dfu.rst

10 lines
251 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Building the loaderOSX
=======================
The loader is compiled using libusb, the code for the loader is contained in the
file xmosdfu.cpp
To build the loader
-------------------
``g++ -m32 -o xmosdfu -I. xmosdfu.cpp libusb-1.0.0.dylib``