I am trying to compile CC1101 libraries (I found two, CC1101 Copyright (c) 2011 panStamp contact@panstamp.com and smartRC-CC1101-Driver-Lib arduino ) on Attiny85.
Unfortunately I cannot compile them (for example the first library):
The Attiny85 does not have a real "SPI" peripheral. It has a "USI" interface. This is the reason why the compiler is complaining about missing "SPCR", "SPE", blah blah blah. Those register names are used for the Atmega series (Arduino Uno, Mega, etc) and not for the Attiny series (Attiny85 ...)
Well i can read your picture, could you post the error message using code tags by selecting the code in the IDE, right-click and select "Copy for forum" and paste it here.
hitting the </> code-tags button here on the forum is also starting to work properly,
There is quite a few different types of modules with that name, can you post a link to the specific one you have. I found more than 2 libraries with a single google search btw.