Page 1 of 1

help with first prorgram

Posted: Sun Sep 18, 2011 3:24 am
by teamR
So, I've did the helloworld and some other stuff in the examples. I wanted to try something else: so I downloaded some codes from google codes and try to compile. Wow there were so many errors!

Why did not it recognize type u32 and u8 etc.?

Do I have to include the following modules?

#include "ipc.h"
#include "asm.h"
#include "processor.h"
#include "conf.h"

I can find them, but was wondering these are already included with the new versions.

Thank you

Re: help with first prorgram

Posted: Sun Sep 18, 2011 1:04 pm
by WinterMute
Projects which don't recognise u32 etc have been constructed badly and probably aren't suitable for a first program. If you want to try something else then you should probably use some of the examples as a starting point.

None of these files should be included directly by user code.