2014-04-20 15:35:11 -04:00
|
|
|
This is experimental, community-supported Windows port of MicroPython.
|
|
|
|
It is based on Unix port, and expected to remain so.
|
2014-05-05 06:18:27 -04:00
|
|
|
The port requires additional testing, debugging, and patches. Please
|
|
|
|
consider to contribute.
|
|
|
|
|
2014-04-20 15:35:11 -04:00
|
|
|
|
|
|
|
To cross-compile under Debian/Ubuntu Linux system:
|
|
|
|
|
|
|
|
sudo apt-get install mingw32 mingw32-binutils mingw32-runtime
|
2014-04-23 13:45:53 -04:00
|
|
|
make CROSS_COMPILE=i586-mingw32msvc-
|
2014-04-20 15:35:11 -04:00
|
|
|
|
2014-05-05 06:18:27 -04:00
|
|
|
|
|
|
|
To compile under Cygwin:
|
|
|
|
|
|
|
|
Install following packages using cygwin's setup.exe: mingw-gcc-g++ make
|
|
|
|
make CROSS_COMPILE=i686-pc-mingw32-
|
|
|
|
|
|
|
|
|
|
|
|
To compile using Visual Studio 2013:
|
|
|
|
|
|
|
|
Open micropython.vcxproj and build
|
|
|
|
|
|
|
|
|
|
|
|
To compile using Visual Studio 2013 commandline:
|
|
|
|
|
|
|
|
msbuild micropython.vcxproj
|