Skip to content

mingw32 #57

@Mungr3ss

Description

@Mungr3ss

fails to build, gets to djasm compiling and then fails with a recipe error.

Building DXE tools.
gcc -O2 -Wall misc.c -o misc.exe
misc.c: In function 'main':
misc.c:18:5: warning: implicit declaration of function '_mkdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration]
18 | _mkdir(argv[2]);
| ^~~~~~
| mkdir
make -f makefile.cfg
make[1]: Nothing to be done for 'config'.
./misc.exe mkdir ../hostbin
./misc.exe mkdir ../bin
./misc.exe mkdir ../lib
gcc -O2 -Wall makemake.c -o makemake.exe
make -C djasm native
bison -o djasm-n.c djasm.y
makefile:29: recipe for target '../../hostbin/djasm.exe' failed
make[1]: *** [../../hostbin/djasm.exe] Error 127
makefile:39: recipe for target 'subs' failed
make: *** [subs] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions