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
Well almost, it has no concept of main so I had to add
cc -I /home/milnes/third-party/everest/karamel/include -I /home/milnes/third-party/everest/karamel/krmllib/dist/generic -o build/KRML/c/main.exe build/KRML/c/main.o build/KRML/c/libkrml-makefiles.a /home/milnes/third-party/everest/karamel/krmllib/dist/generic/libkrmllib.a
build/KRML/c/main.exe
and it puts main.o in the archive. Which CC will ignore it seems.
%.exe: *.o
$(CC) $ (CFLAGS) -o $@ $ ^ $(KRML_HOME)/krmllib/dist/generic/libkrmllib.a
The text was updated successfully, but these errors were encountered: