Jeremiah Orians 4d269a528b Make fuzzing either with third party tools | преди 3 години | |
---|---|---|
functions | преди 4 години | |
guix | преди 3 години | |
include | преди 3 години | |
lib | преди 3 години | |
mes | преди 3 години | |
module | преди 3 години | |
scaffold | преди 4 години | |
scripts | преди 3 години | |
src | преди 3 години | |
test | преди 3 години | |
.gitignore | преди 3 години | |
LICENSE | преди 6 години | |
README.md | преди 3 години | |
guix.scm | преди 3 години | |
kaem.run | преди 3 години | |
makefile | преди 3 години | |
pre-inst-env | преди 3 години |
Making Mes.c M2-Planet friendly
The goal of this project is to provide a minimally-adapted GNU Mes which can be compiled by M2-Planet and is able to compile the real GNU Mes (and thereby run mescc).
Completed for x86 but porting to M2libc to accelerate architecture porting is not done.
Just run:
$ make mes-m2-boot
You can try running mescc like this
$ ./bin/mes --no-auto-compile -L module -e main scripts/mescc.scm -I include -v -S scaffold/exit-42.c -o foo.S
You can also compare the execution with guile's:
$ guile --no-auto-compile -L module -e main scripts/mescc.scm -I include -v -S scaffold/exit-42.c -o foo.S
to compile using the MesCC and nyacc included here.