Hey Guys!
I have nearly no experiences in such things, so please be kind.
We’re using Eclipse CDT 3.3 with Zylin-Plugin.
Connected to this Workstation is via JTAG-Key a small board, on which we want to load our program and debug it.
With the GCC-Compiler and Gnu Make creates Eclipse a small file [ELF-Format] . The question is, how to transfer this file/programm to the Phillip’s Chip on the board?
the whole system structure bottom-up:
Board with Philips FPGA->JTAG-Key via USB connected to PC->OpenOCD as gateway->Eclipse with Zylin
We’re seraching for the commands, which load the programm into the chip over the console in Eclipse/OpenOCD. Or does this happen during debugging?
The chip hast just a very small RAM and little bit bigger flash storage, in which the program should be loaded.
We’re searching for the general commands to do this is.
Another problem: The assembler files.
We don’t know, which ASFLAGS should be putted into the Make-File, to make the Compiler/Linker include the assembler files. Are there any special things to care about?
If we are trying to compile some, they would be ignored.
Please ask, if any further detail is needed.
I thank you so much in advance! We’re really needing your help.
Thanks.