SDI-SoftwareDefinedInverter / TAPAS

Community drives inverter project
BSD 3-Clause "New" or "Revised" License
125 stars 35 forks source link

Patch can't find file to patch at input line 4 #9

Open lambda-gnd opened 6 years ago

lambda-gnd commented 6 years ago

Hello, after trying to apply the patch at ~/ti with the command patch -p0 -i SDITAPASmotorwarePatch.patch i get the message

can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -u -r --new-file motorware/motorware_1_01_00_16/sw/drivers/clk/src/32b/f28x/f2806x/clk.c motorware_modified/motorware_1_01_00_16/sw/drivers/clk/src/32b/f28x/f2806x/clk.c
|--- motorware/motorware_1_01_00_16/sw/drivers/clk/src/32b/f28x/f2806x/clk.c    2015-01-20 16:29:02.000000000 +0100
|+++ motorware_modified/motorware_1_01_00_16/sw/drivers/clk/src/32b/f28x/f2806x/clk.c   2017-11-29 13:39:29.416771900 +0100
--------------------------
File to patch: 
TrangSiegen commented 5 years ago

I had the same problems. Anyone has some solutions for me?