View Single Post
Old 09-21-2016, 01:37 PM   #72
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Hmm...
Hard to tell from that, all I can suggest (since I can't read your makefile from here):

Finding and fixing the cause of the visible errors might expose the problem.
First glaring problem:
Code:
:/usr/lib/
Will search the host libraries, which will not be ARM code, if it was, you wouldn't be cross-compiling.

See if you can find where that is getting added to the path.
Other errors might be near-by.

At worse - you have a make file not written with cross-compiling in mind.
(Did I mention? Cross-compiling can be a real bitch. That is why people use build systems for that purpose.)
knc1 is offline   Reply With Quote