SoftRoCE / rxe-dev

Development Repository for RXE
Other
128 stars 55 forks source link

The MAKE process can't be finished correctly #66

Closed JiangnFnst closed 7 years ago

JiangnFnst commented 7 years ago
When I execute the "MAKE -j 32" command,there is an error as follows:
make[1]: *** No rules can create “fs/built-in.o” Require goals:“fs/proc_namespace.o”. Stop。
make: *** [fs] error 2

I checked the directory fs/. There was no "proc_namespace.c" file.
But in the master branch of kernel contains the "proc_namespace.c" file.
I tried to copy the proc_namespace.c" file from  the master branch.
But it caused other error.
Is there anyone who meets the similar issue?
Can you tell me how to fix it?

Thanks

This issue has been fixed. Because of the lack of files , the current branch(rxe_submission_v18) can't be compiled currently. I tried to copy the lacked files from rxe_submission_v17 to solve this issue. I am successful to compile it. Anyone who meets the similar issue, you can refer to this way.