9e26dd655e
Merge pull request #1 from xinyangli/make-improvement
...
Improve Makefile and build system in general
2024-12-16 11:57:01 +08:00
14fd0faefd
klib: add memchr
2024-12-16 11:42:14 +08:00
fe34be982d
Makefile: interface flags fixed
2024-12-12 18:52:36 +08:00
989ee41ac7
Makefile: group -l to avoid deps at image generation
2024-12-11 20:50:32 +08:00
5f096b8805
Makefile: remove unused variables and targets
2024-12-11 17:40:56 +08:00
3e33f2e0f1
Makefile: sort out CFLAGS and LDFLAGS
2024-12-11 17:01:38 +08:00
5ca5e6972b
fixup! Makefile: export helpers, improve install target
2024-12-11 15:34:30 +08:00
b75a87a614
Makefile: fix header path in exported makefile
2024-12-11 14:55:38 +08:00
4be0c3018a
Makefile: add ADD_IMAGE helper
2024-12-11 14:28:28 +08:00
f86387b163
fixup! Makefile: export helpers, improve install target
2024-12-11 14:27:20 +08:00
99fd46526c
Makefile: split header and lib install
2024-12-11 14:26:24 +08:00
8c6f9bb716
Makefile: export helpers, improve install target
2024-12-11 12:41:55 +08:00
f0bac361e6
Makefile: Add install, exports interface flags, libs, and includes
2024-12-10 19:56:07 +08:00
0c6f5e0789
Makefile: move klib to new approach
2024-12-10 18:12:59 +08:00
fa7d9c5eb0
fixup! Makefile: start moving to macro based Makefile target generation
2024-12-10 18:12:00 +08:00
54ee5d6c31
Makefile: start moving to macro based Makefile target generation
...
- libam-riscv32-nemu is working.
- libam on platforms other than riscv32-nemu has not been worked on yet.
- klib has not been worked on yet.
2024-12-10 17:46:47 +08:00
1e69b23756
Makefile: add install target which exports flags for dependents.
2024-12-10 17:24:14 +08:00
ba0f154cba
remove audio and gpu init from ioe_init
2024-11-11 19:16:47 +08:00
5fee5aad38
feat: make compatible with openperf
2024-11-09 19:47:58 +08:00
kingfish404
a7b830fedd
feat: riscv64 linux support
2024-08-30 10:14:47 +08:00
Zihao Yu
0e37b47498
{x86,x86_64}-qemu: fix "array subscript 0 is outside array bounds"
...
* see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523#c1
2024-08-28 12:53:32 +08:00
Zihao Yu
61a35370c9
native,ioe: find SDL.h by sdl2-config
2024-08-28 12:50:11 +08:00
Zihao Yu
e6f833c3b9
native,gpu: small refactor for W and H
2024-08-28 12:49:28 +08:00
Zihao Yu
befa045964
Makefile: do not echo the linking command for native
2024-07-14 14:44:53 +08:00
Zihao Yu
84051a9071
Makefile: add dependency for linker scripts
2024-06-30 15:24:54 +08:00
Yu Jin
fe84c58450
feat: aarch64 linux support
2024-06-13 11:10:38 +08:00
Zihao Yu
de78d6ca0a
x86-qemu,boot: fix strict aliasing bug by union
...
* In gcc 12, by the strict-aliasing rule, gcc will consider elf32 and
buf during calling copy_from_disk() point to different memory area.
This will let gcc move the checking of EM_X86_64 ahead of
copy_from_disk(), causing incorrectly parsing the x86_64 ELF header as
x86_32.
2024-06-02 12:30:23 +08:00
Zihao Yu
c52a41181f
{nemu,npc}: inject mainargs to the bin file
...
* this removes the dependency of trm.c to keep the mainargs up-to-date
2024-05-12 21:34:43 +08:00
ULeang
c3ffbc97c3
Makefile: refine image dependency
2024-05-12 21:25:48 +08:00
Zihao Yu
6f2c345320
fix typo
2024-05-02 12:28:24 +08:00
Zihao Yu
9d1cb1d563
riscv32mini: include the path of origin source
...
* this supports including other files in the original .S source
2024-05-02 12:27:53 +08:00
Zihao Yu
031dd9d931
riscv,*.S: use pesudo instruction call
...
* let the linker perform relaxation
2024-05-02 12:27:34 +08:00
Zihao Yu
56d4ae7165
add riscv32mini-nemu
2024-05-02 12:26:37 +08:00
Zihao Yu
e76ca7406a
Merge pull request #13 from liuyd-dev/patch-1
...
am,platform,nemu: fix typo in preprocessor directive
2024-03-29 09:02:01 +08:00
Youduo Liu
acd889e89c
am,platform,nemu: fix typo in preprocessor directive
2024-03-29 08:34:22 +08:00
Zihao Yu
adff80b91c
Merge pull request #12 from liuyd-dev/master
...
riscv,nemu,start: add function size for `_start`
2024-03-13 09:27:22 +08:00
Youduo Liu
90ae4830e3
riscv,nemu,start: add function size for _start
2024-03-08 21:36:39 +08:00
Zihao Yu
c383159000
am,npc: add uart config function
2024-01-17 13:49:26 +08:00
Zihao Yu
fa82955135
Makefile: prevent other libraries from linking to symbols in ELF
2024-01-17 13:47:42 +08:00
Zihao Yu
493a0650ce
native,ioe: add uart
2024-01-17 13:47:32 +08:00
Zihao Yu
81ac173949
sciprts,riscv32-nemu: remove 'e' in mabi
2024-01-17 13:47:10 +08:00
Zihao Yu
62ca04d426
riscv,npc,libgcc: fix compile error in clang
2024-01-17 13:46:38 +08:00
Zihao Yu
bcdbc4e249
klib,int64: remove unused code
...
* they are reported as error in clang
2024-01-17 13:46:31 +08:00
Zihao Yu
f198eb6073
riscv,nemu,trap: fix wrong register number
2024-01-17 13:46:13 +08:00
Zihao Yu
3ba0c6afd7
Makefile: remove redundant library dependency
2024-01-17 13:43:17 +08:00
Zihao Yu
3348db971f
Merge pull request #8 from Jasonyanyusong/master
...
am: fix riscv32-nemu's mabi
2023-08-29 16:00:59 +08:00
烟雨松 Yan Yusong
8878f1f6ce
am: fix riscv32-nemu's mabi
2023-08-29 14:43:20 +08:00
Zihao Yu
6c461b59db
Merge pull request #7 from Sin-kider/master
...
fix: Modify the register number into a macro definition
2023-08-08 18:02:21 +08:00
Sin_kider
b1586e0336
fix: Modify the register number into a macro definition
2023-08-08 16:56:21 +08:00
Zihao Yu
83ac97b4d9
tools: add scripts to generate memory image file in logisim
2023-07-02 14:29:39 +08:00