dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
804 stars 109 forks source link

Build Failure on macOS Monterey #283

Closed newbie-developer-1994 closed 2 years ago

newbie-developer-1994 commented 2 years ago

Hello,

Cross Compiler build fails / Original makefile fails.

Following instructions on https://github.com/dthain/basekernel/wiki/Building-and-Running.

Added env var export PATH="$PWD/cross/bin:$PATH"

cdrtools and qemu are installed.

Running make fails, for both the committed configuration and the changed configuration (macOS):

image

Help. I am a professional in other areas. New to C stuff. But after reviewing your code, it is fascinating.

newbie-developer-1994 commented 2 years ago

Uploading file list: filelist.txt

dthain commented 2 years ago

Hmm, it's been a while since I tried that configuration. Let me poke at it with my Mac and see what comes out. In the meantime, your error suggests to me that you have a partial build with one configuration, and then attempted to continue with another. Suggest that you do a make clean in the basekernel directory, and then make again to see if that helps.

dthain commented 2 years ago

Here is what I was able to observe this morning:

newbie-developer-1994 commented 2 years ago

It worked. Off to experimenting!