sunniannian
New member
I get several errors when trying to compile WRFDA, the *.exe files were not all generated by the compilation.
make[2]: Entering directory '/home/suno/Build_WRF/WRFDA/tools'
gcc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c
registry.c: In function ‘main’:
registry.c:63:3: warning: implicit declaration of function ‘sym_forget’; did you mean ‘sym_get’? [-Wimplicit-function-declaration]
63 | sym_forget() ;
| ^~~~~~~~~~
| sym_get .........
I have tried many times, but obtained the same result.
What‘s the reason’?
I would appreciate any suggestion from you on how to solve this problem.
make[2]: Entering directory '/home/suno/Build_WRF/WRFDA/tools'
gcc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c
registry.c: In function ‘main’:
registry.c:63:3: warning: implicit declaration of function ‘sym_forget’; did you mean ‘sym_get’? [-Wimplicit-function-declaration]
63 | sym_forget() ;
| ^~~~~~~~~~
| sym_get .........
I have tried many times, but obtained the same result.
What‘s the reason’?
I would appreciate any suggestion from you on how to solve this problem.