Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何将Ada添加到riscv工具链_Ada_Riscv_Gprbuild - Fatal编程技术网

如何将Ada添加到riscv工具链

如何将Ada添加到riscv工具链,ada,riscv,gprbuild,Ada,Riscv,Gprbuild,如何配置RISCV工具链以支持Ada? gprBuild工具是否支持riscv64未知elf工具链 我已尝试使用gprBuild工具,通过以下命令安装: sudo apt install gpr 安装后使用命令搜索支持的目标时 gprconfig --show-targets 它只显示 x86-64-linux-gcc,并且没有任何RISCV工具链(假设您希望在x86-64上为RISCV目标编译)。。。您可能需要在使用启用语言-C、C++、艾达配置之后,将GCC编译为交叉编译器。这是非常重

如何配置RISCV工具链以支持Ada? gprBuild工具是否支持riscv64未知elf工具链

我已尝试使用gprBuild工具,通过以下命令安装:

sudo apt install gpr 
安装后使用命令搜索支持的目标时

gprconfig --show-targets
它只显示
x86-64-linux-gcc,并且没有任何RISCV工具链(假设您希望在x86-64上为RISCV目标编译)

。。。您可能需要在使用启用语言-C、C++、艾达配置之后,将GCC编译为交叉编译器。这是非常重要的,而且有很多方法会出错。