Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 编译生成的cdc无法用tiup playground启动

Reproduction steps:
- git clone -b v7.1.0 git@github.com:pingcap/tiflow.git
- Made some modifications (very small changes)
- make cdc
- Placed the executable file cdc into the .tiup/components/cdc/v7.1.0 directory
- Executed tiup playground --ticdc 1
Error as follows:
Start pd instance:v7.1.0
Start tikv instance:v7.1.0
Start tidb instance:v7.1.0
Start cdc instance:v7.1.0
Force tidb(2048) to quit…
tidb quit
Force tikv(2028) to quit…
tikv quit
Force pd(2019) to quit…
pd quit
Error: Playground bootstrapping failed: fork/exec ~/.tiup/components/cdc/v7.1.0/cdc: exec format error