Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modern GCC and GDB #624

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cc06f7b
Fix -Werror=shift-overflow
dnasdw Jun 6, 2024
066c925
Fix error: lvalue required as left operand of assignment
dnasdw Jun 6, 2024
e2433bd
Fix -Wincompatible-pointer-types
dnasdw Jun 6, 2024
9e584c2
Fix error: conflicting type qualifiers for ...
dnasdw Jun 6, 2024
ac314fb
Fix error: array type has incomplete element type 'struct REDA'
dnasdw Jun 6, 2024
32b81f2
Fix various warnings and errors caused by missing #include <string.h>.
dnasdw Jun 6, 2024
8deca19
Fix error: ... causes a section type conflict with ...
dnasdw Jun 6, 2024
cb24751
Fix -Werror=aggressive-loop-optimizations
dnasdw Jun 6, 2024
380bae1
Fix error: function called through a non-compatible type [-Werror]
dnasdw Jun 6, 2024
4ec800d
Fix error: 'return' with no value, in function returning non-void [-W…
dnasdw Jun 6, 2024
a24c5ae
Fix error: function called through a non-compatible type [-Werror]
dnasdw Jun 6, 2024
1786284
Fix error: conflicting types for ...
dnasdw Jun 6, 2024
6a4215a
Fix -Werror=overflow
dnasdw Jun 6, 2024
483332a
Fix -Werror=stringop-overread
dnasdw Jun 6, 2024
da4e6d3
Fix error: case label value is less than minimum value for type [-Wer…
dnasdw Jun 6, 2024
c26ebd4
Fix multiple definition of ...
dnasdw Jun 6, 2024
74787f8
Fix undefined reference to ...
dnasdw Jun 6, 2024
430d14d
Fix the issue where zero-initialized variables in non-.bss segments a…
dnasdw Jun 8, 2024
d679902
Support compilation with modern GCC and enable source-level debugging…
dnasdw Jun 9, 2024
1a7cd7e
Updated the comments in the code for better clarity and accuracy.
dnasdw Jun 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Temporary Items
*.gba
*.elf
*.map
objects.lst
*.o
src/*.s
*.dump
Expand Down
Loading