Category: compile-error

error: bp cannot be used in asm here 0

error: bp cannot be used in asm here

  The odds are that you are trying to compile 32-bit assembly code in 64-bit program. The solution is to compile for 32-bit or re-write your assembly for 64-bit. To compile for 32-bit, use...

STL library compilation error: ‘__glibcxx_requires_valid_range’ was not declared in this scope 1

STL library compilation error: ‘__glibcxx_requires_valid_range’ was not declared in this scope

Problem In file included from /opt/STM/STLinux-2.3/devkit/sh4/target/usr/include/c++/4.2.4/bits/char_traits.h:46, from /opt/STM/STLinux-2.3/devkit/sh4/target/usr/include/c++/4.2.4/string:47, from /opt/STM/STLinux-2.3/devkit/sh4/target/usr/include/c++/4.2.4/bits/locale_classes.h:47, from /opt/STM/STLinux-2.3/devkit/sh4/target/usr/include/c++/4.2.4/locale:44, from ../vfcommon/vfstring.h:39, from ../vfinclude/vfcommon.h:24, from vfrpc2.cpp:20: /opt/STM/STLinux-2.3/devkit/sh4/target/usr/include/c++/4.2.4/bits/stl_algobase.h: In function ‘void std::fill(unsigned char*, unsigned char*, const unsigned char&)’: /opt/STM/STLinux-2.3/devkit/sh4/target/usr/include/c++/4.2.4/bits/stl_algobase.h:598: error: ‘__glibcxx_requires_valid_range’ was not...