Mikael Pettersson | 9 Apr 2010 16:45
Picon
Picon
Favicon

Re: About Dialyzer and its dependencies

Roberto Aloi writes:
 > Hi all,
 > 
 > I'm trying to include dialyzer in my application and I've noticed that
 > one of its dependencies (wx) was missing an .app file. I've also noticed
 > this has been fixed in the 'dev' branch of OTP.
 > 
 > Still, another dependency (hipe) has something strange in its .app file:
...
 > 	     hipe_amd64_assemble,
 > 	     hipe_amd64_defuse,
 > 	     hipe_amd64_encode,
...
 > Lots of these modules seems to be architecture-dependent and I'm
 > obviously missing most of them. Why they are listed in the .app file?

Because they are part of HiPE and get built when HiPE proper is built.
And while there are many arch-dependent modules, all of them get built.
(HiPE can cross-compile, but issues with the runtime system prevent
it from actually working.)

 > This is what I get when trying to build everything:
 > 
 > Creating boot script
 > {{module_not_found,hipe,hipe},
 >  {hipe,'$$ignore$$',hipe,"3.7.5","lib/hipe-3.7.5/ebin"}}
 > {{module_not_found,hipe,hipe_adj_list},
 >  {hipe_adj_list,'$$ignore$$',hipe,"3.7.5","lib/hipe-3.7.5/ebin"}}
 > {{module_not_found,hipe,hipe_amd64_assemble},
 >  {hipe_amd64_assemble,'$$ignore$$',hipe,"3.7.5","lib/hipe-3.7.5/ebin"}}
(Continue reading)


Gmane