1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

4 Commits

Author SHA1 Message Date
Bogdan Marinescu
a1e6770123 Always create build directory for cross compiler 2018-05-19 00:54:56 +03:00
Bogdan Marinescu
9074c4c6f2 Multiple fixes
- Use the proper suffix in Windows for cross-compilation
- Add a boolean attribute type
- Increased number of virtual UARTs
- Updated README.asciidoc with more information on how to cross-compile
  in Windows
2018-05-18 23:47:20 +03:00
Bogdan Marinescu
c0171595a1 remove BUILD_DIR from cross-lua.lua too 2013-01-20 20:10:01 +02:00
Bogdan Marinescu
e3d6ee2715 Continuing work on the build system, try 'lua build_elua.lua board=et-stm32 prog' (it only works for stm32 for now). Still a lot of WIP and not throughly tested (for example the new mkfs.lua script was not tested at all with a non-empty FS) but it does seem to work nicely. NOTE: you need to install 'lpack' for this to work (luarocks install lpack). Anybody knows of a good way
to implement make's (or scon's ) '-jn' option (for parallel builds) in a cross-platform manner?
2011-02-21 01:01:21 +00:00