-
- Downloads
Changed FAE file generation from Makefiles/Python to an unique Python file
FAE file generation was previously handled by different Python scripts and their result was concatenated thanks to Makefiles. Now, FAE file generation is handled by a sole Python script and Makefiles have been modified accordinly. A build folder has been added and is managed automatically by Makefiles. This directory has been added to the gitignore file.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- AUTHORS 3 additions, 0 deletionsAUTHORS
- Makefile 10 additions, 44 deletionsMakefile
- crt0/Makefile 9 additions, 6 deletionscrt0/Makefile
- crt0/crt0.c 1 addition, 3 deletionscrt0/crt0.c
- fae_utils/build_fae.py 281 additions, 0 deletionsfae_utils/build_fae.py
- fae_utils/gdbinit.py 0 additions, 0 deletionsfae_utils/gdbinit.py
- fae_utils/padding.py 0 additions, 0 deletionsfae_utils/padding.py
- fae_utils/relocation.py 0 additions, 0 deletionsfae_utils/relocation.py
- fae_utils/requirements.txt 0 additions, 0 deletionsfae_utils/requirements.txt
- fae_utils/symbols.py 0 additions, 0 deletionsfae_utils/symbols.py
- main.c 4 additions, 5 deletionsmain.c
- stdriot/stdriot.h 1 addition, 1 deletionstdriot/stdriot.h
Loading
Please register or sign in to comment