With the help of dm_make command we are trying to compile the libraries and event triggers file in dimensions 14.2
The output we expect are three files to be created user_suppliedu.md, user_suppliedu.o and libpcmsuu.so.
But now when we run the command it has generated only one file user_suppliedu.md and failed to create the other two and the compliation errored out in the middle.
The command we use is as below.
dm_make --no-cm ARCH=RHESIA64 EVENT= TYPE=event all
The error and warning we see runs to around 29 pages and i have shared the below the important messages that comes out recursively.
Error:
1)
user_supplied.c:1359:3: warning: ‘return_item_event’ defined but not used [-Wunused-function]
return_item_event
^
dm_make[1]: *** [../../RHESIA64/Elsevier/user_suppliedu.o] Error 1
dm_make[1]: Leaving directory `
dm_make: *** [all] Error 2
2)
user_supplied.c:211:3: note: expected ‘char *’ but argument is of type ‘const char *’
EventTrace
^
Any suggestions to resolve this will be very much appreciated.
Thanks for reading,
Prasath