WDrijver / ApolloCrossDev

0 stars 0 forks source link

Missing Patch Files #1

Open ronybeck opened 8 months ago

ronybeck commented 8 months ago

I did a clean clone today and started the build. But it looks like some files are missing from the clone. I followed the instructions at the top of the GCC-6.50.sh script. This is the output

########## ApolloCrossDev GCC-6.50 v0.7  ##########

0. Sudo Password
[sudo] password for XXXX: 
1. Clean the House
2. Update Linux Packages
3. Clone Amiga-GCC (Stefan -Bebbo- Franke)
4. Compile Amiga-GCC - First Run
   * Clean Amiga-GCC
   * Clean ApolloCrossDev
   * Build Amiga-GCC (be patient)
5. Patch Amiga-GCC with additional Apollo Opcodes not yet adopted by (Stefan -Bebbo- Franke)
patch: **** Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k-opc.c.diff : No such file or directory
patch: **** Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/tc-m68k.c.diff : No such file or directory
patch: **** Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k.c.diff : No such file or directory
patch: **** Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k.h.diff : No such file or directory
patch: **** Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k.md.diff : No such file or directory
6. Compile Amiga-GCC - Second Run
   * Build Amiga-GCC
7. Adding SDL include and lib files
8. Cleanup

FINISHED

Are these *.diff files missing from the repo or did I skip some vital step?

WDrijver commented 8 months ago

Hi Aaron,These patches are optional (Apollo GCC development) and removed from ApolloCrossDev main branch. I will adjust the script that it does not complain if there are no patches available.Sent from my iPhoneOn 14 Jan 2024, at 13:42, ronybeck @.***> wrote: I did a clean clone today and started the build. But it looks like some files are missing from the clone. I followed the instructions at the top of the GCC-6.50.sh script. This is the output ########## ApolloCrossDev GCC-6.50 v0.7 ##########

  1. Sudo Password [sudo] password for rony:
  2. Clean the House
  3. Update Linux Packages
  4. Clone Amiga-GCC (Stefan -Bebbo- Franke)
  5. Compile Amiga-GCC - First Run
    • Clean Amiga-GCC
    • Clean ApolloCrossDev
    • Build Amiga-GCC (be patient)
  6. Patch Amiga-GCC with additional Apollo Opcodes not yet adopted by (Stefan -Bebbo- Franke) patch: Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k-opc.c.diff : No such file or directory patch: Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/tc-m68k.c.diff : No such file or directory patch: Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k.c.diff : No such file or directory patch: Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k.h.diff : No such file or directory patch: **** Can't open patch file /home/rony/git/ApolloCrossDev/Compilers/GCC-6.50/_install/patches/m68k.md.diff : No such file or directory
  7. Compile Amiga-GCC - Second Run
    • Build Amiga-GCC
  8. Adding SDL include and lib files
  9. Cleanup

FINISHED

Are these *.diff files missing from the repo or did I skip some vital step?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>