|
Hi,
I recently bought a development kit based on AT91SAM9G45 from embest.com and facing problem with gcc support. I wrote an application using mmap() to access all the memory mapped register but not able to compile them with the gcc tool chain provided by the vendor. I am using <asm/page.h> file for PAGE_SIZE which is not part of the gcc tool chain provided by them. I tried simple program like "hello world" and it works fine. I had different tool from different vendor and i compiled the program which works fine. When i flash the image to the baord, i am able to see my file but when i try to execute the same, it says "file not found" (quite strange). I am confused on what to do next. I searched for gcc tool chain, found few of them but the one provided by vendor is "gunebai" which i am not aware of. Can any one please help me out on finding a full fledged gcc compiler for the above controller?
Thanks Prashanth
|