1
ATMELTM AT91SAM7X and AVR32 / Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« on: September 25, 2008, 02:28:02 PM »
Hi David,
no need to check the code, the uTasker compiles smoothly... if all settings are right
I think you missed a step in the tutorial. There is no need to add separate files after you have created your project, just import the whole uTasker directory and everything you need is already there.
Here is what I suggest to do:
1. Install Eclipse/Yagarto/ARM-USB-OCD driver/Zylin plug-in (what you probably already did)
It's quite a bunch of things you have to install
2. Extract the uTasker ZIP file into a directory (i.e. c:/temp/uTasker)
3. Extract the SAM7XSP3 ZIP file into the same directory
4. Put the 'makefile' I attached into the same directory
5. Put the linker script 'sam7xram.ld' which I attached into c:/temp/uTasker/Applications/uTaskerV1.3/GNU
(I suggest you to follow the tutorial from 'http://yagarto.de/howto/yagarto2/index.html' from now on)
6. Create a new project in Eclipse, i.e. 'uTasker'
Setup the tools as described in the above tutorial
7. IMPORT THE WHOLE c:/temp/uTasker FOLDER into your project
Browse to c:/temp/uTasker and mark the folder uTasker in the left window pane and makefile in the right window pane
When done you shoud see the folder tree in the Project Explorer
8. Choose 'Build Project'
Hope that will do the trick
Hanspeter
no need to check the code, the uTasker compiles smoothly... if all settings are right

I think you missed a step in the tutorial. There is no need to add separate files after you have created your project, just import the whole uTasker directory and everything you need is already there.
Here is what I suggest to do:
1. Install Eclipse/Yagarto/ARM-USB-OCD driver/Zylin plug-in (what you probably already did)
It's quite a bunch of things you have to install
2. Extract the uTasker ZIP file into a directory (i.e. c:/temp/uTasker)
3. Extract the SAM7XSP3 ZIP file into the same directory
4. Put the 'makefile' I attached into the same directory
5. Put the linker script 'sam7xram.ld' which I attached into c:/temp/uTasker/Applications/uTaskerV1.3/GNU
(I suggest you to follow the tutorial from 'http://yagarto.de/howto/yagarto2/index.html' from now on)
6. Create a new project in Eclipse, i.e. 'uTasker'
Setup the tools as described in the above tutorial
7. IMPORT THE WHOLE c:/temp/uTasker FOLDER into your project
Browse to c:/temp/uTasker and mark the folder uTasker in the left window pane and makefile in the right window pane
When done you shoud see the folder tree in the Project Explorer
8. Choose 'Build Project'
Hope that will do the trick
Hanspeter