Page 1 of 1

#includes when compiling alpha sample for x86 instead of ARM

PostPosted: Jul 10, 2005 @ 5:59am
by liger
I'm new at PPC development and EVC and this is probably an easy question. (I did a search for relevant topics and found some useful stuff, but did not find anything for this question) I am trying to compile the alpha sample in x86 debug mode so that I can use the emulator. The problem that I'm having is that when I do so I get compiling errors that say that PocketFrog/PocketFrog.h doesn't exist. I can fix that by putting the whole path C:\Windows CE Tools\PocketFrog\PocketFrog\PocketFrog.h, but then I have to also do it for all the #includes that are included in PocketFrog.h. I was wondering why I'm having this problem at all though. How can the compiler include those files as is when compiling for ARM, but can't when compiling for x86?

PostPosted: Jul 10, 2005 @ 10:12am
by spacebrawl

PostPosted: Jul 10, 2005 @ 10:38am
by liger

PostPosted: Jul 10, 2005 @ 10:58am
by spacebrawl

PostPosted: Jul 10, 2005 @ 5:37pm
by Guest

PostPosted: Jul 11, 2005 @ 3:52am
by spacebrawl

Hir is the solution to your problem

PostPosted: Jul 21, 2005 @ 6:14pm
by nemanja dizdarevic

my mail is if you have some question:

PostPosted: Jul 21, 2005 @ 6:17pm
by nemanja dizdarevic

PostPosted: Jul 22, 2005 @ 1:59pm
by SlicerMan

PostPosted: Jul 25, 2005 @ 5:15am
by liger