Search found 2 matches
- Fri Aug 23, 2024 11:17 pm
- Forum: 3DS Development
- Topic: Adding additional libraries/includes to makefile
- Replies: 2
- Views: 3592
Re: Adding additional libraries/includes to makefile
Thanks for your response; I thought I replied months ago but I guess not... Anyways, The libraries I was intending to add were relay graphs and autogenerated files cross-compiled for ARM cortex A-9 (the 3ds cpu core), for the purposes of running machine learning model inference. I was able to do ...
- Sat Feb 17, 2024 11:00 pm
- Forum: 3DS Development
- Topic: Adding additional libraries/includes to makefile
- Replies: 2
- Views: 3592
Adding additional libraries/includes to makefile
Hi, I am a noob when it comes to using makefiles, so right now I am struggling to include some files in my project. Right now, this is what my include folder looks like: https://devkitpro.org/download/file.php?id=236 When I build my project, it seems to include the files in the top-level of the ...