kunpengcpl
故障排除
更新时间:2020/03/19 GMT+08:00
问题描述:
Lua编译执行make命令后,提示需要指定PLAT,回显信息如下:
Please do make PLATFORM where PLATFORM is one of these: aix ansi bsd freebsd generic linux macosx mingw posix solaris See INSTALL for complete instructions.
问题原因:make时需要指定PLAT类型为“linux”。
解决方案:使用如下命令执行编译操作。
make PLAT=linux
父主题: 移植Lua
