Jump to content


Photo

branch zeus


  • Please log in to reply
168 replies to this topic

Re: branch zeus #161 A.A.

  • Senior Member
  • 391 posts

+8
Neutral

Posted 7 December 2020 - 08:28

Erik,

 

again with kodi/mipsel, while the build of kodi terminates apparently fine I have found a CMakeError.log: something is not linking...

 

I have almost zero knowledge about CMake so please have a look.

 

Cheers

A.A.

 

log:

https://pastebin.com/PpMFyi7f



Re: branch zeus #162 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 7 December 2020 - 11:42

Me neither unfortunately. I can only help with "make".


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: branch zeus #163 rantanplan

  • PLi® Contributor
  • 1,799 posts

+83
Good

Posted 7 December 2020 - 12:36

-pthread

or

-lpthread

 

missing somewhere in the makerfile



Re: branch zeus #164 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 7 December 2020 - 14:50

Here is advised to add an option https://stackoverflo...096911#24096911

-lpthread 

to the compiler options.

Although I have not seen this error myself, it collects without errors, but it does not start.



Re: branch zeus #165 rantanplan

  • PLi® Contributor
  • 1,799 posts

+83
Good

Posted 7 December 2020 - 15:32

The possibility of an error-free compilation was created.
But that does not mean that the corresponding tool / program actually works.
Sometimes it helps to set a flag
gnu11 or gnu99 or just c ++ 11 ....
Does it help?
try & error



Re: branch zeus #166 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 7 December 2020 - 18:52

Some of the libraries are attached run-time, they're not all linked at link-time (that is what you see using ldd). So you may get errors for not found shared object files (libraries), even though ldd reports no issues. This mechanism is used for plugin-style code, but I am frowning upon it  ;)


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: branch zeus #167 A.A.

  • Senior Member
  • 391 posts

+8
Neutral

Posted 7 December 2020 - 23:15

I can't find Khem on irc today but his older reply is rather clear, see here: https://tinyurl.com/yybcwd6m



Re: branch zeus #168 A.A.

  • Senior Member
  • 391 posts

+8
Neutral

Posted 8 December 2020 - 10:53

The solution for vuxxo2 is indeed:

 

-LDFLAGS_append_mipsel = " -latomic"
+LDFLAGS_append_mipsel = " -latomic -lpthread"

Then CMake does not spit errors out.

Now hoping it finally runs...



Re: branch zeus #169 Erik Slagter

  • PLi® Core member
  • 46,951 posts

+541
Excellent

Posted 8 December 2020 - 16:52

Weird. The recipe should take care of -l options.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users