Bochs cannot install the debugger Function

Source: Internet
Author: User
Bochs cannot install the debugger function-general Linux technology-Linux programming and kernel information. The following is a detailed description. I used the Bochs debugging function to install it on a Linux terminal:

For I in/usr/local/bin; do mkdir-p $ I & test-d $ I & test-w $ I; done
For I in bochs bximage bxcommit; do if test-f $ I; then install $ I/usr/local/bin; else install. /$ I/usr/local/bin; fi; done
For I in bochsdbg; do if test-f $ I; then install $ I/usr/local/bin; else install./$ I/usr/local/bin; fi; done
Install: Unable to stat "./bochsdbg": No file or directory
Make: [install_bin] Error 1 (ignore)
Mkdir-p/usr/local/share/man/man1
Mkdir-p/usr/local/share/man/man5

This is the error message displayed when I installed bochs with gdbstub. As a result, the bochsdbg command cannot be used.

My installation process is as follows:
Run the following command in the bochs2.3.7 directory:
./Configure -- enable-debugger
Make
Make install

This error occurs in the make install step.
A few people found this problem on the Internet, but it seems that no answer was found ~~

Which of the following is the platform that understands the situation.
Thank you!

[ This post was last edited by xiston]
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.