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

build minix error #297

Open
lstfunster opened this issue Sep 4, 2019 · 14 comments
Open

build minix error #297

lstfunster opened this issue Sep 4, 2019 · 14 comments

Comments

@lstfunster
Copy link

compile libc error
compile libc/wsetup.pico
build libc/libc.a
build libc/libc_pic.a
build libc/libc.so.12.197
create libc/C.cat
make[5]: exec(gencat) failed (No such file or directory)
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/libc
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libc
*** Error code 1

Stop.
make[3]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[2]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

how to slove this error?

@haizzus
Copy link

haizzus commented Oct 7, 2019

@Gonglja
Copy link

Gonglja commented Nov 25, 2021

I also encountered this problem when compiling. How did you solve it?

    compile  libc/wmemcmp.pico
    compile  libc/wmemcpy.o
    compile  libc/wmemcpy.pico
    compile  libc/wmemmove.o
    compile  libc/wmemmove.pico
    compile  libc/wmemset.o
    compile  libc/wmemset.pico
    compile  libc/wordexp.o
    compile  libc/wordexp.pico
    compile  libc/wprintf.o
    compile  libc/wprintf.pico
    compile  libc/write.o
    compile  libc/write.pico
    compile  libc/wscanf.o
    compile  libc/wscanf.pico
    compile  libc/wsetup.o
    compile  libc/wsetup.pico
      build  libc/libc.a
      build  libc/libc_pic.a
      build  libc/libc.so.12.197
     create  libc/C.cat
make[5]: exec(gencat) failed (No such file or directory)
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/libc
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libc
*** Error code 1

Stop.
make[3]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[2]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

@petershh
Copy link

Hello @Gonglja,
Looks like gencat utility is missing.
Did you follow https://wiki.minix3.org/doku.php?id=developersguide:crosscompiling ?

@Gonglja
Copy link

Gonglja commented Nov 25, 2021

Hello @Gonglja, Looks like gencat utility is missing. Did you follow https://wiki.minix3.org/doku.php?id=developersguide:crosscompiling ?

Thanks for your reply,
I compiled using Minix3 running on vmware, not cross-compiled on Ubuntu.So I read the following link
https://wiki.minix3.org/doku.php?id=developersguide:rebuildingsystem

@petershh
Copy link

Which minix version do you use and which one are you trying to build?

@Gonglja
Copy link

Gonglja commented Nov 25, 2021

Which minix version do you use and which one are you trying to build?

The host machine:

# uname -a
Minix 192.168.39.128 3.3.0 Minix 3.3.0 (GENERIC) i386

Compiled source code is:

# cd /usr/src
# git branch -v
* master 4db99f4 Remove building with NOCRYPTO option

@petershh
Copy link

Unfortunately, you're using outdated instructions. You need to follow this: https://wiki.minix3.org/doku.php?id=developersguide:trackingcurrent

@Gonglja
Copy link

Gonglja commented Nov 25, 2021

Unfortunately, you're using outdated instructions. You need to follow this: https://wiki.minix3.org/doku.php?id=developersguide:trackingcurrent

I tried, but I still can't.
An error occurs when I make build.
log.txt

@petershh
Copy link

There's the warning on this page which says that you cannot build 3.4.0 from 3.3.0. Please install minix 3.4.0RC6 from minix site.

@Gonglja
Copy link

Gonglja commented Nov 25, 2021

Thank you, didn't notice this place
I downloaded this, try it.
http://download.minix3.org/iso/snapshot/minix_R3.4.0rc6-d5e4fc0.iso.bz2

@Muqi1029
Copy link

Muqi1029 commented May 7, 2023

Thank you, didn't notice this place I downloaded this, try it. http://download.minix3.org/iso/snapshot/minix_R3.4.0rc6-d5e4fc0.iso.bz2

so how did u solve that compiling question? Just use this R3.4.0 iso?

@petershh
Copy link

petershh commented May 7, 2023 via email

@petershh
Copy link

petershh commented May 7, 2023 via email

@Muqi1029
Copy link

Muqi1029 commented May 7, 2023

I cannot say why the build fails if you do not provide any data. Please open new issue and describe the problem there.

Okay, thank u a lot!

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

5 participants