zylin / zpugcc

50 stars 31 forks source link

Path to change to in build instructions in wrong. #14

Open ZiCog opened 3 years ago

ZiCog commented 3 years ago

The instruction to do this:

cd toolchain/toolchain

Should be this:

cd zpugcc/toolchain
bert-lange commented 3 years ago

Hello zicog,

where do you find this instruction?

My last build of the toolchain, was couple of years ago.

Best regards,

Bert

Am 03.11.20 um 16:33 schrieb zicog:

The instruction to do this:

|cd toolchain/toolchain |

Should be this:

|cd zpugcc/toolchain |

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zylin/zpugcc/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3H3LYDFKLFD2VPVTOYJJDSOAPGHANCNFSM4TI4S2GA.

-- Zentralabteilung Forschungstechnik Helmholtz-Zentrum Dresden - Rossendorf e.V. (HZDR) Telefon +49 (0) 351 260 - 3073 http://www.hzdr.de

Vorstand: Prof. Dr. Sebastian M. Schmidt, Dr. Heike Wolke Vereinsregister: VR 1693 beim Amtsgericht Dresden

ZiCog commented 3 years ago

Right here in this very repo: https://github.com/zylin/zpugcc

The README says:

git clone https://github.com/zylin/zpugcc.git
cd toolchain/toolchain

Instead of:

git clone https://github.com/zylin/zpugcc.git
cd zpugcc/toolchain

Very minor but still.