Closed andrewbird closed 4 years ago
Hello @andrewbird ,
The "primary" repository at https://github.com/FDOS/kernel builds properly under ia16-elf-gcc
--- I have tested it --- and is probably more stable. So perhaps you can try building from that repository instead?
(Incidentally, the cause of the second error message is that ia16-elf-gcc
does not accept the syntax
BYTE __far *p, __far *q;
since it parses the __far
keyword in a different way. See https://github.com/tkchia/gcc-ia16/issues/11.)
Thank you!
I've switched now to https://github.com/FDOS/kernel as my upstream and build is working fine. I think I'll still raise issues here if I need to as it seems more active though.
Thanks, Andrew
So I'm thinking about if fdkernel can be built automatically using travis-ci. I tried to build it locally first using a Xenial machine with ia16-elf-gcc from @tkchia's PPA but I get this result.
I'm sure I did this in the past, but never on this machine. Have I missed a step?