ack icon indicating copy to clipboard operation
ack copied to clipboard

The Amsterdam Compiler Kit

Results 72 ack issues
Sort by recently updated
recently updated
newest added

Consider below basic code: ``` ' test.bas 10 read x 20 read y 30 data 2, 3 40 print x, y ``` Build with: ``` ack -O test.bas -o test...

Hello -- When compiling C code for CP/M, unlink is accepted by the compiler via the unistd.h header but then fails when linking due to an undefined reference for _unlink....

I am new to ACK (and pretty rusty on 8086 asm too...). I have been poking around the old minix 2.0 source code and have been wanting to hack around...

I've been trying to compile ack with `-fsanitize=undefined` for a little while now and I'm getting this error from llgen: ```cpp /tmp/ack-build/obj/util/LLgen/llgen/llgen /home/gravier/src/programs/programming-tools/compilers/ack/lang/basic/src/basic.g "/home/gravier/src/programs/programming-tools/compilers/ack/lang/basic/src/basic.g", line 65: (Warning) terminal DBLVALUE not...

Am I authorized to build and distribute (freely) a fully set-up Cross-Lib environment including ack? Cross-Lib is an open source and free (for no commercial use) cross-dev-kit library and tools...

Here on: GNU brebis 0.9 GNU-Mach 1.8+git20201129-486/Hurd-0.9 i686-AT386 GNU I get: [22/9579] cd /tmp/ack-build/obj/lang/basic...l/ack2/ack-default/lang/basic/src/basic.g FAILED: /tmp/ack-build/obj/lang/basic/src/llgen/Lpars.c /tmp/ack-build/obj/lang/basic/src/llgen/Lpars.h /tmp/ack-build/obj/lang/basic/src/llgen/basic.c cd /tmp/ack-build/obj/lang/basic/src/llgen && rm -f /tmp/ack-build/obj/lang/basic/src/llgen/Lpars.c /tmp/ack-build/obj/lang/basic/src/llgen/Lpars.h /tmp/ack-build/obj/lang/basic/src/llgen/basic.c && /tmp/ack-build/obj/util/LLgen/llgen/llgen /home/paul/ack2/ack-default/lang/basic/src/basic.g "/home/paul/ack2/ack-default/lang/basic/src/basic.g",...

Is it possible to just build plain old .COM binary files for the 8088 target? or other binary formats (possibly executable in DOS)? Some old PC did not use 1.44...

I tried building release-6-0-pre-5 (via git clone, and via the zip on the releases page, and via the tar.xz). Build succeeded but then it seems to be missing 8080 support...