Hello,
I treid to use bsp with PE on coldfire mcf52259x.
First the startcf.h could not be found. I added some path to my project and than it worked
Second the the ERROR "__VECTOR_RAM" Referenced from "__initialize_hardware".
I dont realy know where this label has to be. Its in the lcf I use.
..
.interrupts :
{
___VECTOR_RAM = .;
* (.vectortable)
. = ALIGN (0x4);
} > interrupts
..
The error:
Description Resource Path Location Type
Undefined : "__VECTOR_RAM" Referenced from "__initialize_hardware" in hello3 C/C++ Problem

I can find this label in the CPU.c (There i can't be found) in the lcf and in the Cpu_c.obj no where else in may project folder!
How can I solve this ?