Forums » Foster Release »
trouble building Pedigree
Added by Wynter Woods about 1 year ago
Hello,
I am interested in doing some development on/with Pedigree for a project my friend and I are doing. We have decided to not build our own kernel for an OS but to use a preexisting one and have chosen Pedigree as our main candidate over Linux due to the code structure and a few other factors, and would like to make sure that we have your permission to do so.
In the process of building Pedigree for the first time, I have run into a snag. I've tried building in both Mac OS X and a virtual machine running Archlinux and have encountered the same error.
Running ./scripts/checkBuildSystem.pl i686-pedigree, it asks me for a directory and I specify /home/zerotri/i686-pedigree/, then it downloads GCC, G++, Binutils and Nasm fine, but I get a failure patching files. Specifically:
patching file gas/configure.tgt 1 out of 1 hunk FAILED -- saving rejects to file gas/configure.tgt.rej
I haven't tried digging too much into the script (I admittedly don't know perl), but wanted to check and see if anyone on here had any suggestions as to how to fix this.
Thank you for your time,
-Wynter Woods
Replies
RE: trouble building Pedigree - Added by Matthew Iselin about 1 year ago
I have just committed an update to the patches which fixes your problem.