cancel
Showing results for 
Search instead for 
Did you mean: 

GCC example with STR710FZ2

fabian239955_stm1
Associate II
Posted on July 07, 2006 at 12:06

GCC example with STR710FZ2

2 REPLIES 2
fabian239955_stm1
Associate II
Posted on July 06, 2006 at 14:41

hi everybody

I'm using the hitex str7 evaluation board with a STR710FZ2 cpu and for

programming and debugging I got keil ulink jtage interface.

For getting started I made some project with Keil uVision3 and the

Keil-CARM compiler, this was working pretty well. The project used the

STR71X library from ST.

Today I wanted to switch my project to the GNU GCC compiler. I spent

several hours for this procedure but I never reached my goal.

First I had to recompile the ST's STR71X library for use with the GCC

compiler, this worked and I got my ''libSTR71xLIB.a'' library file.

Afterwards I tried to include the library into my project but I didn't

succeed - there were always some linker errors, so I tried to setup a

simple project with (programmers notepad - no keil uVision - only some

files and a Makefile), but how could it be even this didn't work!

Now my question to you: Could anyone of you supply me some example files

for the STR710FZ2 and the GNU GCC compiler? I'd just need a example

project with Makefile. If I could get a Keil uVision project - prehaps

even with a precompiled STR71X library - I'd be more glad, but a simple

project with makefile wich I could compile using programmers notepad

(WinARM) would do it for the moment.

I only want to bring this thing to work with the GCC.

Thanks for your help in advance

Regards,

Fab

fabian239955_stm1
Associate II
Posted on July 07, 2006 at 12:06

okay, now i managed to get it working even with my own compiled STR71X library.

maybe explanation will follow...