Search:

Type: Posts; User: 1z2j3p4h; Keyword(s):

Search: Search took 0.03 seconds.

  1. 在使用make製作bin文件時報錯「沒有規則可製作目標/home/username/xxx.bin”

    系統:ubuntu22.10
    ----------kernel.cpp----------void printf(char* str) {
    unsigned short* VideoMemory = (unsigned short*)0xb8000;
    for (int i = 0; str[i]; i++) {
    VideoMemory[i] = (VideoMemory[i] &...
  2. Re: Error "No rule to make 'XXX. Bin', stop" when using make to make bin file

    For some reasons, the code display may be incorrect (such as incorrect indentation, etc.), please understand.
  3. Re: Error "No rule to make 'XXX. Bin', stop" when using make to make bin file

    These are my codes.


    ----------kernel.cpp----------
    void printf(char* str) {
    unsigned short* VideoMemory = (unsigned short*)0xb8000;
    for (int i = 0; str[i]; i++) {
    ...
  4. Re: Error "No rule to make 'XXX. Bin', stop" when using make to make bin file

    At that time, I was using vscode to write a program, and I needed to use make to make a bin file. It was normal when I made the.o file before, but this time I reported an error.
    I guess Ubuntu is...
  5. Error "No rule to make 'XXX. Bin', stop" when using make to make bin file

    System: Ubuntu 22.10
    What need to installed to solve this problem?
Results 1 to 5 of 7