Closed newbie-developer-1994 closed 2 years ago
Uploading file list: filelist.txt
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.
Here is what I was able to observe this morning:
make clean
and then make
. Let me know if that works for you.It worked. Off to experimenting!
Hello,
Cross Compiler build fails / Original makefile fails.
Following instructions on https://github.com/dthain/basekernel/wiki/Building-and-Running.
rltty.c:83:7: error: implicit declaration of function 'ioctl' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
GDB="gdb-9.1"
, however makefile for gdb ended withmake[1]: Nothing to be done for 'install-target'.
Added env var
export PATH="$PWD/cross/bin:$PATH"
cdrtools
andqemu
are installed.Running
make
fails, for both the committed configuration and the changed configuration (macOS):Help. I am a professional in other areas. New to C stuff. But after reviewing your code, it is fascinating.