EmbDev.net

Forum: ARM programming with GCC/GNU tools Help needed compiling source code ARM7


von IonutZ (Guest)


Attached files:

Rate this post
useful
not useful
Hello,

I am new in this domain so please excuse my lack of knowledge about the 
subject.

I have found an interesting subject about an ARM7 based OLED CLOCK and I 
am trying to make it as my first project but I encountered some trouble 
in compiling the source code.


I have made the PCB and now I am in the difficulty of compiling the 
binary for uploading on the uC.

As far as I know the source code was made in the assembler language by 
the developer and was compiled under Linux using the GNU toolkit 
(compiler, linker, assembler, make) and openocd.

I have tried to make it work but I am not that skilled in using programs 
in Linux using command lines and using other programs such as Atmel 
Studio or Eclipse didn't help either.

So I have decided to ask here if there is someone willing to help me to 
finish making my first project so I can understand at least at the basic 
level how the compiling and debugging works.

Can someone please help me with the compiling of the source code to 
obtain the binary so I can upload it on the uC?

The programmer I have is an olimex tiny h programmer and the developer 
used a digilent jtag 3 but I don't think that is a big problem because I 
need to have a binary file first... and maybe I will buy that programmer 
also so it will work without modifying the code.

I have added an archive with all the documentation provided by the 
developer. BTW, I have tried to contact the developer but no response 
(maybe he changed his email in the last passing years).

Thank you in advance for any kind of help !

von Lyon (Guest)


Rate this post
useful
not useful
Hi,
Maybe it is wise to start up with smaller projects first, and read more 
about tools available and use (nobody is born with knowledge, all 
experienced that) - see this page: 
http://www.atmel.com/devices/SAM7S64.aspx?tab=documents
and read the documents related to startup and GNU tools settings and use 
(at least three documents mandatory…).
Lyon

von Marc P. (marcvonwindscooting)


Rate this post
useful
not useful
I gave it a try, no success after 1/2 hour.
This is really a botch job! Every single step fails.
When trying to convert the *.jpg (s) into work/*.armasm and that failed, 
too, I gave up.

What I did:

use my arm-none-eabi-gcc instead of the arm-..-gcc and other tools 
(makefile).

Copy your jpegs to contrib and remove ' (1)' from the file names.

: Edited by User
von Lyon (Guest)


Rate this post
useful
not useful
Hi,
Now it is a bit more clear what you want. I did downloaded your package, 
but seems to be something weird inside, my computer got blue screen when 
opened your package.
You may use Gimp tool to:
i) adjust your jpegs to the size, color attributes needed for your 
display;
ii)generate *.c language file corresponding to the jpeg (it is in the 
format of an array of 0xYYZZ, ready to be compiled).
Another observation: it is your choice of coarse, but these days the 
hot micro to use is a Cortex-Mx, many improvements over old ARM7TDMI 
like yours, many other sites/brands offer good support to problems. 
(Other brands offer special tools for such operation).
L

von Lyon (Guest)


Rate this post
useful
not useful
Hi,
Not seen from the beginning the name of the second poster - so mixed the 
response. But really to convert jpeg to c code, use Gimp.
L

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.