#66313 - ion - Mon Jan 09, 2006 6:49 pm
Hi guys,
I've setup VC++ 2005 Express up to work with devkitARM according to the tutorial on devkitPro.org. So I set up a test project it builds fine (althoughI'm not actually building any files). I've set my PATH variable with set PATH="C:\dev\devkitARM\bin";"C:\dev\msys\bin" and set up my C++ directories to point to same directories within VS. When I run the SimpleBGScroll sample that comes with devkitPro I'm getting the following output
So I set up a new environment var with set DEVKITARM=c:\dev\devkitARM
Any ideas why I'm getting this? I'm new to this (hence posting in beginners) plus I'm only looking into makefiles at the moment. what does ifeq ($(strip $(DEVKITARM)),) do?
Thanks in advance.
ION
I've setup VC++ 2005 Express up to work with devkitARM according to the tutorial on devkitPro.org. So I set up a test project it builds fine (althoughI'm not actually building any files). I've set my PATH variable with set PATH="C:\dev\devkitARM\bin";"C:\dev\msys\bin" and set up my C++ directories to point to same directories within VS. When I run the SimpleBGScroll sample that comes with devkitPro I'm getting the following output
Quote: |
Makefile(7): *** "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM. Stop. |
Any ideas why I'm getting this? I'm new to this (hence posting in beginners) plus I'm only looking into makefiles at the moment. what does ifeq ($(strip $(DEVKITARM)),) do?
Thanks in advance.
ION