Fuzix-Compiler-Kit icon indicating copy to clipboard operation
Fuzix-Compiler-Kit copied to clipboard

cc.hlp: No such file or directory

Open efa opened this issue 4 months ago • 1 comments

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 avatar Oct 06 '24 17:10 efa