Hello. I have been distracted, or busy, or both. Either way, after much trial and error, I am back with more problems.
I fiddled with the Makefile until I got the compilation I wanted but, unfortunately, I’ve run up against immintrin.h.
As the compiler and linker were set inside the Makefile I had to first edit that to call the correct software but did not at first realize there was a g++ version of the cross compiler and could not understand the errors I was getting. I’m such a newb at cross compiling that I was not even at newbie level and my questions were so basic that I had trouble finding answers to such “obvious” problems.
On to immintrin.h. I understand this to be specifically for x86 processors which, of course, is not my target. I have done much googling and I think that arm-neon.h might be a possible replacement, but I am unsure how exactly to do that. I see that I can build SDL with arm-neon optimizations, but wonder about installing a custom library alongside the stock version.
I could again use some advice.
Thank you for your time and wonderful game.