Search found 8 matches

by Dr. Kylstein
Sat Apr 25, 2009 12:37 am
Forum: devkitARM
Topic: Code::Blocks?
Replies: 8
Views: 11569

Re: Code::Blocks?


No, just make sure the environment variables "DEVKITPRO" and "DEVKITARM" are set, that the devkit and libs are correctly installed on each system and the makefiles should work on linux and Windows.

I think of all the PC/Mac variations as a single platform, I meant modifying the NDS makefile to ...
by Dr. Kylstein
Fri Apr 24, 2009 4:07 am
Forum: devkitARM
Topic: Code::Blocks?
Replies: 8
Views: 11569

Re: Code::Blocks?

There is multiple way, but the easiest is to tell Code::Blocks to use your devkitARM makefile instead of it's internal builders.

Right-click on your project -> "Properties..." -> Select "This is a custom Makefile"

I've been using this method to build my libnds project on Windows and Linux.

Did ...
by Dr. Kylstein
Fri Apr 24, 2009 1:20 am
Forum: devkitARM
Topic: Code::Blocks?
Replies: 8
Views: 11569

Code::Blocks?

How can I setup Code::Blocks to use devkitARM? I would like to be able to create a project that can be compiled for either PC or DS.
by Dr. Kylstein
Wed Apr 22, 2009 9:34 pm
Forum: devkitARM
Topic: How to use Boost?
Replies: 9
Views: 10358

Re: How to use Boost?

Headers-only is probably enough for me right now, thanks for your help. I would like to know where it ended up putting the files, though.
by Dr. Kylstein
Tue Apr 21, 2009 6:46 pm
Forum: devkitARM
Topic: How to use Boost?
Replies: 9
Views: 10358

Re: How to use Boost?

That archive appears to be corrupt. I just tried building the libraries myself, but where the files were output, I do not know. Are Patater's instructions also out-of-date?
by Dr. Kylstein
Sun Apr 19, 2009 11:07 pm
Forum: devkitARM
Topic: How to use Boost?
Replies: 9
Views: 10358

How to use Boost?

I find it hard to get along with out the Boost libraries, but I have no idea how to make them work with devkitARM. I found the version compiled by Patater, but how do I actually install and use it?
by Dr. Kylstein
Sun Apr 19, 2009 3:10 am
Forum: devkitARM
Topic: All examples fail to build
Replies: 3
Views: 5494

Re: All examples fail to build

I used Tux Commander. I'll try it again with tar.

Edit: It works now, thanks. Must be a bug with tuxcmd.
by Dr. Kylstein
Sat Apr 18, 2009 11:30 pm
Forum: devkitARM
Topic: All examples fail to build
Replies: 3
Views: 5494

All examples fail to build

I have just installed devkitARM (r25), libnds and the examples as directed on the wiki. None of the examples will build properly:

audio
linking audio_modes.elf
arm-eabi-gcc: soundbank.bin.o: No such file or directory

card, hello_world, RealTimeClock
Nintendo DS rom tool 1.40 - Feb 20 2009
by ...