Homebrew Misc i have a problem with devkitpro

Deleted member 739445

New Member
Newbie
Joined
Feb 13, 2025
Messages
1
Reaction score
0
Trophies
0
XP
7
vscode does not detect libnds and I dont know what im doing wrong i was able to compile perfectly with the make command but in vscode I still get an error.
 

Attachments

  • ffff.png
    ffff.png
    9.6 KB · Views: 47
Do you mean the red squiggles in the picture? You need to configure intellisense. Add the defines from the makefile and add the libnds and compiler include paths.
It has been a while since I have looked into this but it leaves you with a few issues - like attributes and stdio/stdlib calls that require some additional defines to handle calling conventions. I want to say I had to add intellisense specific code to header files using “#ifdef __INTELLISENSE__” to fix some stuff, but that is a bit ugly and there are probably better solutions.
 

Site & Scene News

Popular threads in this forum