Replies: 2 comments 1 reply
-
Hi @s1park - It's been a while since we had to straighten out Windows toolchain. But looks to me like possibly there are several tool chains installed and they aren't playing nice together. Rather than posting the screenshot, can you run the code with this library(mrgsolve)
mod <- mcode("foo", foo, recover = TRUE) ## <---- try to load your model, but pass recover = true
# Then save the output object to a file and post that
dput(x = mod, file = "mod.dput") Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks, @s1park ; first time I used that to help someone debug and seems to have worked great. > x$out$stderr
[1] "using C++ compiler: 'G__~1.EXE (GCC) 12.3.0'"
[2] "C:\\rtools43\\x86_64-w64-mingw32.static.posix\\bin/ld.exe: C:/nm75g64/gfortran/mingw64/mingw/lib/../lib/dllcrt2.o: in function `pre_c_init':"
[3] "C:\\msys\\1.0\\home\\beta\\mingw-w64-v2.0.1\\mingw-w64-crt/crt/crtdll.c:67: undefined reference to `_encode_pointer'" So it looks like there is a Let me know what happens. Kyle |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm having trouble reading in a model using mrgsolve. I'm not sure how to troubleshoot the error but it may be how my system is running the program. I've attached a part of the error message and was wondering if there's a solution.
Beta Was this translation helpful? Give feedback.
All reactions