简体   繁体   English

引发'std :: runtime_error'实例后终止调用

[英]terminated called after throwing an instance of 'std::runtime_error'

I have installing riscv in Ubuntu, the final instruction for install is "spike bbl vmlinux" 我已经在Ubuntu中安装了riscv,安装的最终指示是“ spike bbl vmlinux”

But I received : 但是我收到了:

terminate called after throwing an instance of 'std::runtime_error'
what():  couldn't allocate 2147483648 bytes of target memory
Aborted (core dumped)

I resolved it! 我解决了! : changed a swap size :更改了交换大小

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM