arduino tiny uplood.tool change

Hello experts,

Trying to run Arduino ISP on 1.5.8 IDE using Arduini Uno Rev 2

downloaded the tiny 1.5 library to program my atmel attiny 2313

following the instruction of readme file in tiny

stuck at thhis line:

  • In the "boards.txt" file, change the "upload.tool" entries to the
    appropriate value for your setup

anyone know what the appropriate value is for my set up.

Tried ide 1.0 but that gave me issues of its own when running arduini isp...

:cry: :smiley: thxxxx

i was able to fix this issue by changing the "Prospective Boards.txt" into boards.txt.
This seemed to do the trick as now i can select attiny2313 from the boards

I have ensured all the ports boards and programmers are correct but now there is a compiler.path error

Third-party platform.txt does not define compiler.path. Please report this to the third-party hardware maintainer.

avrdude: stk500_recv(): PROGRAMMER is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe0
....
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

I know that stk500_recv() is a USB TO board writing issue...

and i also tried to change the platform.txt path manually to the following but no successs.

#compiler.path={ide.path}/TOOLS/avr/bin/..
compiler.path={runtime.ide.path}/hardware/TOOLS/avr/bin/