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

can not find file itab.h #105

Open
CodeBees opened this issue Aug 27, 2015 · 1 comment
Open

can not find file itab.h #105

CodeBees opened this issue Aug 27, 2015 · 1 comment

Comments

@CodeBees
Copy link

can not find file itab.h and input.h

@n1tehawk
Copy link

Hi CodeBees!

input.h is obsolete and removed as of commit 39670d6.

itab.h and itab.c should be generated as part of the build process. If needed, you can actually produce these files 'manually' by reproducing the build step from libudis86/Makefile.am - i.e. you run

# <output-directory> is where you want itab.h and .c to end up, use "." for current dir
python scripts/ud_itab.py docs/x86/optable.xml <output-directory>

(Quite obviously, this requires a python interpreter.)

Regards, NiteHawk

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