nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.72k stars 566 forks source link

nv_full.spec can't recognized by gcc when use ./tools/bin/tmake vmod to generate RTL. #152

Open LeXiaoCCNU opened 6 years ago

LeXiaoCCNU commented 6 years ago

/usr/bin/gcc -undef -nostdinc -P -C nv_full.spec -o /home/user/NVDLA_XL/hw/outdir/nv_full/spec/defs/project.def nv_full.spec: file not recognized: File format not recognized

nvhook commented 6 years ago

@LeXiaoCCNU has this problem persisted?

LeXiaoCCNU commented 6 years ago

This problem had been solved. I should compile the project with CPP instead of GCC.