pacman -S calico
i reinstalled calico lib and added to include the path, didnt workCan´t help with vscode but did you install calico?
Code:pacman -S calico
The path on my system is \devkitpro\calico\include\calico.h
Does the project compile in the msys environment terminal with make?i reinstalled calico lib and added to include the path, didnt work
nop i use the powershell terminal to compileDoes the project compile in the msys environment terminal with make?
Thank you for the tip of using an older devkitpro. I found a thread on r/NDSHacks that recommended a older devkitpro 3.0.3 installation that includes NFlib and without the calico requirement (sorry, I cant add the link as a newbie) I was able to get the examples running smoothly. I will definitely stick with this older version as I learnI noticed this since I've had some problems compiling GBABF with the latest devkitPro toolchain, the errors pointed to Calico headers. For the time being, the solution I adopted was to install an older version of the devkitPro toolchain before those changes
you could use BlocksDS too. I had a ton of issues trying to get nflib to work using devkitpro and devkitARM, since as much as I modified the makefile to include nflib and such, it just wouldn't work (couldn't even compile the raw examples lol), and at the end the solution for me was to pretty much discard it and use BlocksDS with Wonderful Toolchain.Thank you for the tip of using an older devkitpro. I found a thread on r/NDSHacks that recommended a older devkitpro 3.0.3 installation that includes NFlib and without the calico requirement (sorry, I cant add the link as a newbie) I was able to get the examples running smoothly. I will definitely stick with this older version as I learn
I spent 2 days trying to get devkitpro set up, got this running in an hour! Seems like this is the way to go if you are getting started!you could use BlocksDS too. I had a ton of issues trying to get nflib to work using devkitpro and devkitARM, since as much as I modified the makefile to include nflib and such, it just wouldn't work (couldn't even compile the raw examples lol), and at the end the solution for me was to pretty much discard it and use BlocksDS with Wonderful Toolchain.

