Homebrew Need help setting up VSCode for devkitPro 3ds development

  • Thread starter Thread starter Scorp1on
  • Start date Start date
  • Views Views 2,031
  • Replies Replies 1
  • Likes Likes 1

Scorp1on

Member
Newcomer
Joined
Feb 16, 2017
Messages
16
Reaction score
3
Trophies
0
Age
36
XP
125
Country
Canada
I mainly need help for setting up the c_cpp_properties for 3ds development.

Idont know what to put under intelliSenseMode or compilerPath.
 
  • Like
Reactions: JoeJoeTV
"compilerPath": "/opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc"

"intelliSenseMode": "gcc-arm"

JSON:
c_cpp_properties.json
{
    "configurations": [
        {
            "name": "3DS",
            "includePath": [
                "${workspaceFolder}/**",
                "/opt/devkitpro/devkitARM/arm-none-eabi/include",
                "/opt/devkitpro/libctru/include"
            ],
            "defines": [],
            "compilerPath": "/opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc",
            "browse": {
                "limitSymbolsToIncludedHeaders": true,
                "databaseFilename": ""
            },
            "intelliSenseMode": "gcc-arm"
        }
    ],
}

source

However I never had to include either of those with my setup: https://github.com/dwaaad/VS-Code-T...b/main/template/.vscode/c_cpp_properties.json
 

Site & Scene News

Popular threads in this forum