You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hi,
after built and install Fuzix-Bintools repository, I added
/opt/fcc
to PATH.After Compiler kit clone, I got this error:
However
bootstuff:
target in Makefile seems do not include or listcc.hlp
In the Fuzix-Compiler-Kit directory I found only
cc.o
andcc
just built.The text was updated successfully, but these errors were encountered: