Using Manchester libary with attiny85

hello,

I hope someone here can help me.

I have been trying for days to get a RF module working with a attiny85.
I try to use the manchester libary, but I can't get it working.

I have tried a lot of different manchester libaries, uploaders etc. But none of them are complete and working.

I tested it first on an arduino uno and that works fine.

When I tried to upload it to an attiny85 I get the next error:

C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp: In function 'void MANRX_SetupReceive(uint8_t)':
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:390: error: 'TCCR2A' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:390: error: 'WGM21' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:395: error: 'TCCR2B' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:395: error: 'CS21' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:395: error: 'CS20' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:396: error: 'OCR2A' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:403: error: 'TIMSK2' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:403: error: 'OCIE2A' was not declared in this scope
C:\Users\Ricardo\Desktop\Arduino\libraries\arduino-libs-manchester-master\Manchester.cpp:404: error: 'TCNT2' was not declared in this scope

I hope someone can help me here?

It looks like the library is not compatible with the attiny85 because it does not have some of the registers required by the library.

Do u mean the wright cores?
Do u know how i can fix this?

Do u mean the wright cores?

I don't know what you mean by that I am afraid.

Do u know how i can fix this?

Short of writing your own library or using a chip with the necessary registers, no.