Search found 3 matches
- Sat Mar 21, 2020 4:53 pm
- Forum: 3DS Development
- Topic: Im getting the "undefined reference to [i]function[/i] when using citro2d
- Replies: 4
- Views: 11511
Re: Im getting the "undefined reference to [i]function[/i] when using citro2d
My code (https://gist.github.com/oxi0de69/bcd777 ... 27a6747dea) causes my console to crash and load onto the "an exception occurred error screen"
- Sat Mar 21, 2020 3:51 pm
- Forum: 3DS Development
- Topic: Im getting the "undefined reference to [i]function[/i] when using citro2d
- Replies: 4
- Views: 11511
Re: Im getting the "undefined reference to [i]function[/i] when using citro2d
Omg, it worked, I love you guys! I would donate but im only 14 and my parents wont allow me to spend money online.fincs wrote: ↑Fri Mar 20, 2020 10:10 pm Make sure the LIBS in your Makefile looks like this:Code: Select all
LIBS := -lcitro2d -lcitro3d -lctru -lm
- Fri Mar 20, 2020 8:00 pm
- Forum: 3DS Development
- Topic: Im getting the "undefined reference to [i]function[/i] when using citro2d
- Replies: 4
- Views: 11511
Im getting the "undefined reference to [i]function[/i] when using citro2d
I was testing some stuff will citro2d, but when i compile it, cmd return these errors c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/9.1.0/../../../../arm-none-eabi/bin/ld.exe: main.o: in function `main': C:/Users/<usrnme>/Desktop/ShinMegamiGinsei/source/main.cpp:16: undefined reference to `C2D ...