中文
注册

不支持__builtin_longjmp/__builtin_setjmp

错误信息

error: __builtin_longjmp is not supported for the current target 
  __builtin_longjmp (buf, 1); 
  ^~~~~~~~~~~~~~~~~~~~~~~~~~ 
error: __builtin_setjmp is not supported for the current target 
  int r = __builtin_setjmp (buf); 
          ^~~~~~~~~~~~~~~~~~~~~~

问题介绍

当前AArch64后端不支持内置函数 __builtin_longjmp和__builtin_setjmp。

解决方案

  • 使用标准库中的setjmp/longjmp;
  • 后续支持。
搜索结果
找到“0”个结果

当前产品无相关内容

未找到相关内容,请尝试其他搜索词