Search found 2 matches

by lien
Sat May 30, 2020 3:57 pm
Forum: GBA Development
Topic: [Mac OS X] arm-none-eabi-gcc unrecognized command-line option '-mmacosx-version-min=10.14'
Replies: 3
Views: 8838

Re: [Mac OS X] arm-none-eabi-gcc unrecognized command-line option '-mmacosx-version-min=10.14'

Yeah I know I shouldn't be using cmake, the problem is I'm so used to IntelliJ IDEA that I want to use CLion for these little projects. I kind of solved the problem. It is still not perfect but it allows me to continue working so I'll give some details just in case somebody has the same issue. For b...
by lien
Sat May 23, 2020 5:53 pm
Forum: GBA Development
Topic: [Mac OS X] arm-none-eabi-gcc unrecognized command-line option '-mmacosx-version-min=10.14'
Replies: 3
Views: 8838

[Mac OS X] arm-none-eabi-gcc unrecognized command-line option '-mmacosx-version-min=10.14'

Hi there, sorry for this abrupt first post without presenting myself... I promise I will do later :) I have a gba project that I worked on until around 6 months ago, you can check it here https://github.com/Shyri/gba-bt-hid/tree/master/gba It was compiling with no problem. During this time I had to ...