Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in make #37

Open
Nagatejapallapu opened this issue Nov 9, 2021 · 0 comments
Open

in make #37

Nagatejapallapu opened this issue Nov 9, 2021 · 0 comments

Comments

@Nagatejapallapu
Copy link

Nagatejapallapu commented Nov 9, 2021

            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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant