Issue with dev/gdk/gsql/.tmp area

I had some old .o in this area for UDF, so I did a rm -rf dev/gdk/gsql/.tmp thinking it is a temp area. But now when I compile my udf it has errors saying it could not find certain .h files. I see codegen folder .tmp but udf folder is no longer there. Is .tmp not really a temp that gets regenerated? How do I fix it now? Will I need a fresh reinstall? I am using free version of tigergraph.

Hi Kumar,

.tmp is a temp folder, so removing is fine.

Would you send over the GSQL_LOG to see the error log? You can find it by running gadmin log gsql .

Thanks.