Bochs 설치 구성 관련 질문

1706 단어
Bochs 

1 설치 프로세스:
        
tar xzvf bochs-2.3.5.tar.gz

cd bochs-2.3.5

./configure --enable-debugger --enable--disasm 

make
문제 발생:
symbols.cc: At global scope:
      symbols.cc:137: error: ISO C++ forbids declaration of ‘hash_map’ with no type

symbols.cc:137: error: expected ‘;’ before ‘<’ token

symbols.cc:145: error: expected constructor, destructor, or type conversion before ‘<’ token
      symbols.cc: In constructor ‘context_t::context_t(Bit32u)’:
      symbols.cc:152: error: ‘map’ was not declared in this scope
      symbols.cc: In static member function ‘static context_t* context_t::get_context(Bit32u)’:
      symbols.cc:173: error: ‘map’ was not declared in this scope 
      make[1]: *** [symbols.o] Error 1  
     make: *** [bx_debug/libdebug.a] Error 2
해결 방법:
 make  ,  bx_debug/symbols.cc  97『 』  , :

using namespace std;

#ifdef __GNUC__  (  ,  )

using namespace __gnu_cxx; (  ,  )

#endif  (  )

struct symbol_entry_t;

2 프로필 "bochsrc 파일"bochs의 표준 실례 파일은/usr/share/doc/bochs-2.4.5/bochsrc-sample에 있습니다.txt, 그중 $BXSHARE='/usr/share/bochs'
관련 도구 및 보관 위치:
Bochs 시작 프로그램/usr/bin/bochs
/usr/bin/bximage Bochs가 가지고 있는 디스크 렌즈 파일을 만드는 도구/usr/bin/bxcommit는 redolog를 flat 디스크 렌즈 파일에 넣는 상호작용 도구/usr/share/doc/bochs/bochsrc-sample입니다.txt Bochs 프로필의 예/usr/share/bochs/BIOS-bochs-* ROM BIOS 미러 파일/usr/share/bochs/VGABIOS-* VGA BIOS 미러 파일과 관련된 파일/usr/bin/bochs-dlx 시작 Bochs에서 DLX linux 프로그램/usr/share/bochs/dlxlinux/DLX Linux 디렉터리,디스크 렌즈 파일과 프로필/usr/share/bochs/keymaps/*를 포함합니다.map X11 및 SDL의 keymap 목록

좋은 웹페이지 즐겨찾기