You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Hi, James.
I am studying your spatiotemporal model lecture, when I compile the cpp file, the console of R has the following message
Error in compile("linear_model_v1.cpp") : Compilation failed
In addition: Warning message:
running command 'make -f "C:/PROGRA1/R/R-341.3/etc/x64/Makeconf" -f "C:/PROGRA1/R/R-341.3/share/make/winshlib.mk" -f "C:\Users\ADMINI~1\AppData\Local\Temp\Rtmp6DPT2d\file333c7d717945" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="linear_model_v1.dll" WIN=64 TCLBIN=64 OBJECTS="linear_model_v1.o"' had status 127
I don't know why, looking forward your reply, thanks.
Jintao
The text was updated successfully, but these errors were encountered:
Thanks for you reply, I solved this problem, but i got a new error
C:\Rtools\mingw_64\bin\nm.exe: linear_model_v1.o: File format not recognized
c:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o linear_model_v1.dll tmp.def linear_model_v1.o -LC:/PROGRA1/R/R-341.3/bin/x64 -lR
linear_model_v1.o: file not recognized: File format not recognized
collect2.exe: error: ld returned 1 exit status
[1] 0
Thanks again
Hi, James.
I am studying your spatiotemporal model lecture, when I compile the cpp file, the console of R has the following message
Error in compile("linear_model_v1.cpp") : Compilation failed
In addition: Warning message:
running command 'make -f "C:/PROGRA
1/R/R-341.3/etc/x64/Makeconf" -f "C:/PROGRA1/R/R-341.3/share/make/winshlib.mk" -f "C:\Users\ADMINI~1\AppData\Local\Temp\Rtmp6DPT2d\file333c7d717945" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="linear_model_v1.dll" WIN=64 TCLBIN=64 OBJECTS="linear_model_v1.o"' had status 127I don't know why, looking forward your reply, thanks.
Jintao
The text was updated successfully, but these errors were encountered: