2006-07-07 03:06 AM
2006-07-06 05:41 AM
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, Fab2006-07-07 03:06 AM
okay, now i managed to get it working even with my own compiled STR71X library.
maybe explanation will follow...