Heres todays update.
I re-installed all files again to be sure no conflicts existed, and noted the Attiny options were not in my ide,s board listing, heres a snippet from the included read me and the reason why there absent.
After extracting, the following files / folders should exist...
C:\Projects\Arduino\hardware\tiny\avr\license.txt
C:\Projects\Arduino\hardware\tiny\avr\platform.txt
C:\Projects\Arduino\hardware\tiny\avr\Prospective Boards.txt
C:\Projects\Arduino\hardware\tiny\avr\README
C:\Projects\Arduino\hardware\tiny\avr\bootloaders
C:\Projects\Arduino\hardware\tiny\avr\cores\
The following folder should contain the source files for the Arduino-Tiny
core...
C:\Projects\Arduino\hardware\tiny\avr\cores\tiny\
Which should be (in my case) otherwise the Attiny are,nt listed
C:\Avr\Arduino\hardware\tiny\license.txt
C:\Avr\Arduino\hardware\tiny\platform.txt
C:\AvrArduino\hardware\tiny\Prospective Boards.txt
C:\Avr\Arduino\hardware\tiny\README
C:\Avr\Arduino\hardware\tiny\bootloaders
C:\Avr\Arduino\hardware\tiny\cores\
C:\Avr\Arduino\hardware\tiny\cores\tiny\
The last sub folder "AVR" as been removed.
I then just renamed "prospective.boards" txt to "boards.txt".
The next directive is:
In the "boards.txt" file, change the "upload.tool" entries to the
appropriate value for your setup.
But the "upload.tool" entries dont exist in the newly created boards.txt file unless the user writes them in (not an easy thing to do for a beginner !) unless the IDE,s board.txt fulfills this function ?.
Ok so now i am able to select an attiny option
l then attempted to compile the rftiny example and others within the examples folder none of which compile successfully !.
Additionally previous compiles now fail also.
Essef :8)
As previously stated reverting back to the Mbug RF24 restores sanity ?.
******************** used to highlight the included read me snippets