Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - abrasive

Pages: [1]
1
General Jo Engine Help / Re: Compiling Jo Engine under GCC 7.2.0
« on: August 02, 2018, 10:43:58 am »
I should mention that I also had to patch a few files to handle building on a case-sensitive system -

https://github.com/abrasive/joengine/commit/7e72a5d235e3808f5446fb66d40d393741c3d915

2
General Jo Engine Help / Re: Compiling Jo Engine under GCC 7.2.0
« on: August 02, 2018, 10:42:11 am »
I was able to do this without much fuss with GCC 7.3.0 (sh-none-elf).

You can use the included COFF libc.a. You need to make sure -lc comes after all the $(LIBS) though. In my case I used:

LIBS += -L./lib/joengine/Compiler/SH_COFF/sh-coff/sh-coff/lib/ -lc -Wl,--format=elf32-sh -lgcc

Pages: [1]
SMF spam blocked by CleanTalk