Sign inSign up

ystyle/maple-engine

By ystyle

Updated about 6 years ago

Image
0

1.1K

ystyle/maple-engine repository overview

Usage
docker run --rm -ti ystyle/maple-engine bash
# 设置基础环境
source ./envsetup.sh
# 编译java hello world
cd ./maple_build/examples/HelloWorld
$MAPLE_BUILD_TOOLS/java2asm.sh HelloWorld.java
# 生成把.s文件编译为.so
$MAPLE_BUILD_TOOLS/asm2so.sh HelloWorld.s
# 运行软件
$MAPLE_BUILD_TOOLS/run-app.sh -classpath ./HelloWorld.so HelloWorld

Tag summary

Content type

Image

Digest

Size

397.8 MB

Last updated

about 6 years ago

docker pull ystyle/maple-engine