Make reported an error "There are no rules to create 'mykernel. bin', stop"

2023-02-03 Thread icport20...@outlook.com
system:ubuntu22.10 I'm trying to make mykernel.bin,However, an error was reported. See the title for details This is my makefile code: GPPPARAMS = -m32 -fno-use-cxa-atexit -fleading-underscore -fno-exceptions -fno-builtin -nostdlib -fno-rtti ASPARAMS = --32 LDPARAMS = -melf_i386 objects = load

Re: Make reported an error "There are no rules to create 'mykernel. bin', stop"

2023-02-03 Thread Paul Smith
On Fri, 2023-02-03 at 04:18 +, icport20...@outlook.com wrote: > system:ubuntu22.10 > I'm trying to make mykernel.bin,However, an error was reported. See > the title for details > This is my makefile code: > GPPPARAMS = -m32 -fno-use-cxa-atexit -fleading-underscore -fno- > exceptions -fno-builti