0

我正在尝试构建 AWS GPL 2015,但出现此错误:

$ make setup build
gprbind xoscons.bexch
gnatbind xoscons.ali
gnatgcc -c b__xoscons.adb
gnatgcc xoscons.o -o xoscons
Setup OS specific definitions
Can not generate system tags. The test are disabled
aws.gpr:76:04: package "install" is forbidden in aggregate projects
gprbuild: "tools/tools.gpr" processing failed
makefile:183: recipe for target 'build-native' failed
make: *** [build-native] Error 4

我正在使用这个 GNAT:

$ gnat --version
GNAT 4.9.2
Copyright 1996-2014, Free Software Foundation, Inc.
4

1 回答 1

1

该版本的 AWS 需要“gprinstall”,因此您应该使用 GNAT GPL 2015 进行编译以获得所有需要的工具。

于 2015-07-23T15:37:47.847 回答