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

Missing tcb_layout.h #6

Open
bkfox opened this issue Jan 10, 2013 · 4 comments
Open

Missing tcb_layout.h #6

bkfox opened this issue Jan 10, 2013 · 4 comments

Comments

@bkfox
Copy link

bkfox commented Jan 10, 2013

After following each step:

    make BUILDDIR=$dir
    cd $dir
    make menuconfig
    make

Compiler returns error 2:
    ===> Generating include/tcb_layout.h
    x86_64-unknown-linux-gnu-cpp: erreur fatale: pas de fichier à l'entrée
    compilation terminée.
    x86_64-unknown-linux-gnu-cpp: erreur fatale: pas de fichier à l'entrée
    compilation terminée.
    x86_64-unknown-linux-gnu-cpp: erreur fatale: pas de fichier à l'entrée
    compilation terminée.
    x86_64-unknown-linux-gnu-cpp: erreur fatale: pas de fichier à l'entrée
    compilation terminée.
    ===>
    ===> Generating tcb_layout.h FAILED!!!

("erreur fatale: pas de fichier à l'entrée" = "fatal error: no input file")
@jkehne
Copy link
Member

jkehne commented Mar 19, 2014

After I initially had no clue what caused this, I hit a similar error recently. The bug seems to be in the build system. tcb_layout.h should be generated during the build process, but sometimes it isn't. I still don't know what exactly caused it -- looks like some kind of dependency problem -- but deleting and recreating the build directory fixed it for me. Alternatively, executing "make tcb_layout.h" in your build directory will create the file (this also works with other header files that might be missing).

@bkfox
Copy link
Author

bkfox commented May 4, 2014

does not.work here. The error still the same.

@jkehne
Copy link
Member

jkehne commented May 5, 2014

Does "make tcb_layout.h" also not work for you?
Otherwise, I still cannot tell you what's causing this problem.

@bkfox
Copy link
Author

bkfox commented May 5, 2014

As I just said, nop. I've just retried by re-cloning the repo and reconfiguring, does not change.
Here is my config: http://paste.debian.net/97542/

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

2 participants