You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from /home/Desktop/pulp-riscv-gnu-toolchain/riscv-binutils-gdb/gdb/defs.h:28,
from /home/Desktop/pulp-riscv-gnu-toolchain/riscv-binutils-gdb/gdb/gdb.c:19:
/usr/include/c++/7/bits/stl_algo.h: In function ‘_ForwardIterator std::__stable_partition(_ForwardIterator, _ForwardIterator, _Predicate)’:
/usr/include/c++/7/bits/stl_algo.h:1624:7: error: ‘_Temporary_buffer’ was not declared in this scope
_Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
^~~~~~~~~~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:1624:41: error: expected primary-expression before ‘,’ token
_Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
^
/usr/include/c++/7/bits/stl_algo.h:1624:53: error: expected primary-expression before ‘>’ token
_Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
^
/usr/include/c++/7/bits/stl_algo.h:1627:21: error: ‘__buf’ was not declared in this scope
_DistanceType(__buf.requested_size()),
^~~~~
/usr/include/c++/7/bits/stl_algo.h:1627:21: note: suggested alternative: ‘__wur’
_DistanceType(__buf.requested_size()),
^~~~~
__wur
/usr/include/c++/7/bits/stl_algo.h: In function ‘void std::__inplace_merge(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Compare)’:
/usr/include/c++/7/bits/stl_algo.h:2542:15: error: ‘_Temporary_buffer’ does not name a type
typedef _Temporary_buffer<_BidirectionalIterator, _ValueType> _TmpBuf;
^~~~~~~~~~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:2543:7: error: ‘_TmpBuf’ was not declared in this scope
_TmpBuf __buf(__first, __last);
^~~~~~~
/usr/include/c++/7/bits/stl_algo.h:2545:11: error: ‘__buf’ was not declared in this scope
if (__buf.begin() == 0)
^~~~~
/usr/include/c++/7/bits/stl_algo.h:2545:11: note: suggested alternative: ‘__wur’
if (__buf.begin() == 0)
^~~~~
__wur
/usr/include/c++/7/bits/stl_algo.h: In function ‘void std::__stable_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare)’:
/usr/include/c++/7/bits/stl_algo.h:5002:15: error: ‘_Temporary_buffer’ does not name a type
typedef _Temporary_buffer<_RandomAccessIterator, _ValueType> _TmpBuf;
^~~~~~~~~~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:5003:7: error: ‘_TmpBuf’ was not declared in this scope
_TmpBuf __buf(__first, __last);
^~~~~~~
/usr/include/c++/7/bits/stl_algo.h:5005:11: error: ‘__buf’ was not declared in this scope
if (__buf.begin() == 0)
^~~~~
/usr/include/c++/7/bits/stl_algo.h:5005:11: note: suggested alternative: ‘__wur’
if (__buf.begin() == 0)
^~~~~
__wur
Makefile:1854: recipe for target 'gdb.o' failed
make[3]: *** [gdb.o] Error 1
make[3]: Leaving directory '/home/uie24011/Desktop/pulp-riscv-gnu-toolchain/build-binutils-newlib/gdb'
Makefile:10454: recipe for target 'all-gdb' failed
make[2]: *** [all-gdb] Error 2
make[2]: Leaving directory '/home/uie24011/Desktop/pulp-riscv-gnu-toolchain/build-binutils-newlib'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/uie24011/Desktop/pulp-riscv-gnu-toolchain/build-binutils-newlib'
Makefile:210: recipe for target 'stamps/build-binutils-newlib' failed
make: *** [stamps/build-binutils-newlib] Error 2
The text was updated successfully, but these errors were encountered:
/usr/include/c++/7/bits/stl_algo.h: In function ‘_ForwardIterator std::__stable_partition(_ForwardIterator, _ForwardIterator, _Predicate)’:
/usr/include/c++/7/bits/stl_algo.h:1624:7: error: ‘_Temporary_buffer’ was not declared in this scope
_Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
^~~~~~~~~~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:1624:41: error: expected primary-expression before ‘,’ token
_Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
^
/usr/include/c++/7/bits/stl_algo.h:1624:53: error: expected primary-expression before ‘>’ token
_Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
^
/usr/include/c++/7/bits/stl_algo.h:1627:21: error: ‘__buf’ was not declared in this scope
_DistanceType(__buf.requested_size()),
^~~~~
/usr/include/c++/7/bits/stl_algo.h:1627:21: note: suggested alternative: ‘__wur’
_DistanceType(__buf.requested_size()),
^~~~~
__wur
/usr/include/c++/7/bits/stl_algo.h: In function ‘void std::__inplace_merge(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Compare)’:
/usr/include/c++/7/bits/stl_algo.h:2542:15: error: ‘_Temporary_buffer’ does not name a type
typedef _Temporary_buffer<_BidirectionalIterator, _ValueType> _TmpBuf;
^~~~~~~~~~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:2543:7: error: ‘_TmpBuf’ was not declared in this scope
_TmpBuf __buf(__first, __last);
^~~~~~~
/usr/include/c++/7/bits/stl_algo.h:2545:11: error: ‘__buf’ was not declared in this scope
if (__buf.begin() == 0)
^~~~~
/usr/include/c++/7/bits/stl_algo.h:2545:11: note: suggested alternative: ‘__wur’
if (__buf.begin() == 0)
^~~~~
__wur
/usr/include/c++/7/bits/stl_algo.h: In function ‘void std::__stable_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare)’:
/usr/include/c++/7/bits/stl_algo.h:5002:15: error: ‘_Temporary_buffer’ does not name a type
typedef _Temporary_buffer<_RandomAccessIterator, _ValueType> _TmpBuf;
^~~~~~~~~~~~~~~~~
/usr/include/c++/7/bits/stl_algo.h:5003:7: error: ‘_TmpBuf’ was not declared in this scope
_TmpBuf __buf(__first, __last);
^~~~~~~
/usr/include/c++/7/bits/stl_algo.h:5005:11: error: ‘__buf’ was not declared in this scope
if (__buf.begin() == 0)
^~~~~
/usr/include/c++/7/bits/stl_algo.h:5005:11: note: suggested alternative: ‘__wur’
if (__buf.begin() == 0)
^~~~~
__wur
Makefile:1854: recipe for target 'gdb.o' failed
make[3]: *** [gdb.o] Error 1
make[3]: Leaving directory '/home/uie24011/Desktop/pulp-riscv-gnu-toolchain/build-binutils-newlib/gdb'
Makefile:10454: recipe for target 'all-gdb' failed
make[2]: *** [all-gdb] Error 2
make[2]: Leaving directory '/home/uie24011/Desktop/pulp-riscv-gnu-toolchain/build-binutils-newlib'
Makefile:849: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/uie24011/Desktop/pulp-riscv-gnu-toolchain/build-binutils-newlib'
Makefile:210: recipe for target 'stamps/build-binutils-newlib' failed
make: *** [stamps/build-binutils-newlib] Error 2
The text was updated successfully, but these errors were encountered: