[haiku-development] crosscompiler symbol checking

  • From: Maurice Kalinowski <haiku@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 26 Oct 2008 19:40:03 +0100

Hi everyone,

just like the webkit port I've setup an environment to use the crosscompiler outside the jam engine to compile some code.

The problem I fell over is, if I build a dynamic library the cross-linker does not give me missing symbol errors, it just builds what it has and ends successfully. If I start an application using that library I get the resolve errors.

Now, my question/hope is, that there is some linker switch I can simply pass per -Wl to the linker to tell it to check for missing symbols and returns me error messages. Otherwise I had to
- build everything,
- copy it to the image,
- start Haiku,
- start the app,
- write down the missing symbol,
- implement it and start over again.

Thanks for your help in advance.


Maurice


Other related posts: