v420v/ibu

Implementation problem

Closed this issue · 5 comments

Please run ibu and fix the problem.

Do you mean ibuc ?

Yes dear friend, when I compile it is facing many errors.
Please try it yourself.

image

Could you share the specific errors you're encountering during compilation?

Ah, I misplaced the filename in the readme, sorry! Perhaps this is the cause of the error.

lib.s -> syscall-amd64.s

##How to build, compile programs written in Ibu

$ ./ibuc <filename>.ibu | as - -o <filename>.o
$ as -o lib/syscall-amd64.o lib/syscall-amd64.s
$ ld -o <filename> <filename>.o lib/syscall-amd64.o

Great, it's fixed now
thank you