From 15cd6b372a01483df39220735b7f5935e5365296 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 29 Nov 2024 22:39:32 +0100 Subject: Fix gdb target by not removing ELF executable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GDB actually needs the ELF executable to run a session with symbols loaded in. Hence, do not remove the `fbos.elf` file after calling `objcopy`. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85d5d6f..405c935 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o kernel/fbos.ld /fbos +/fbos.elf .cache usr/bin/* -- cgit v1.2.3