On 09.10.17 14:53, Gene Heskett wrote: > Now, right now, I need the command line option to make "make" about 100x > as verbose so I can trace an attempted build of a rock64 version of > hm2_rpspi to see where its failing. > > This is not a heck of a lot to go on: > > rock64@rock64:~/linuxcnc-dev/src$ make > Reading 190/190 dependency files > Done reading dependencies > Reading 197/198 realtime dependency files > Done reading realtime dependencies > Linking ../rtlib/hm2_rkspi.so > ld: no input files > Makefile:997: recipe for target '../rtlib/hm2_rkspi.so' failed > make: *** [../rtlib/hm2_rkspi.so] Error 1
In the past, I've found "make -d" to be useful, but you might be better off refining that. > I need to see whats up that leads to the link error. In the above context, "make --debug=j" might be a more focussed way to go, as you need to know why ld's invocation is lacking any files to link. If you have time to post progress info, we might be able to offer further help to bend the length of fencewire to better catch the wayward chook. Erik ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
