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

Make error #22

Open
mksaksms opened this issue Oct 12, 2021 · 2 comments
Open

Make error #22

mksaksms opened this issue Oct 12, 2021 · 2 comments

Comments

@mksaksms
Copy link

Dear,
This is the error I am encountering while make process.
I checked everything and think all are fine. But could find out the exact reseason for this
make
g++ -Wall -O2 -g -MMD -I /usr/local/systemc-2.3.2/ /include/ -I . -I libsystemctlm-soc -I libsystemctlm-soc/soc/xilinx/zynq -I libsystemctlm-soc/soc/xilinx/zynqmp -I libsystemctlm-soc/soc/xilinx/versal/ -I libsystemctlm-soc/tests/test-modules/ -I libsystemctlm-soc/libremote-port -c -o zynq_demo.o zynq_demo.cc
g++: error: /include/: No such file or directory
: recipe for target 'zynq_demo.o' failed
make: *** [zynq_demo.o] Error 1

@edgarigl
Copy link
Collaborator

Hi, It looks like your SYSTEMC variable has a trailing space in it cause it to separate /user/local/systemc-2.3.2/ from /include/.

-I /usr/local/systemc-2.3.2/ /include/
Should be
-I /usr/local/systemc-2.3.2/include/

@mksaksms
Copy link
Author

@edgarigl Hey edgar i solved it that time. THanks. But i could not delete the post. Could you please help with the issue # 9 ?

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