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

cc.hlp: No such file or directory #83

Open
efa opened this issue Oct 6, 2024 · 1 comment
Open

cc.hlp: No such file or directory #83

efa opened this issue Oct 6, 2024 · 1 comment

Comments

@efa
Copy link

efa commented Oct 6, 2024

hi,
after built and install Fuzix-Bintools repository, I added /opt/fcc to PATH.
After Compiler kit clone, I got this error:

efa@08i7-2500:~/c/Fuzix-Compiler-Kit$ make bootstuff
cc -Wall -pedantic -g3 -DLIBPATH="\"/opt/fcc//lib\"" -DBINPATH="\"/opt/fcc//bin\""   -c -o frontend.o frontend.c
cc.hlp: No such file or directory
make: *** [<builtin>: frontend.o] Error 1

However bootstuff: target in Makefile seems do not include or list cc.hlp

In the Fuzix-Compiler-Kit directory I found only cc.o and cc just built.

@efa
Copy link
Author

efa commented Oct 9, 2024

solved.
I keep . in PATH and so while running target 'bootstuff' it find the local:
https://github.com/EtchedPixels/Fuzix-Compiler-Kit/blob/main/cpp
instead of system cpp.
Once removed . from PATH, it work

Note: to have $ make install work, I had to add both:

/opt/fcc
/opt/fcc/bin

to PATH

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

1 participant