Cross-Compiling issue - missing define

"Fritz Code" <[email protected]> Tue, 19 Aug 2008 13:22:15 +0200
Newsgroups gmane.linux.bluez.user
Message-ID <[email protected]>
--===============1391545609==
Content-Type: multipart/alternative; 
	boundary="----=_Part_38024_13622565.1219144935422"

------=_Part_38024_13622565.1219144935422
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Cross compiling latest lib-utils (3.36) I had following problems:
the compiler options :
-funswitch-loops -fgcse-after-reload
had to be removed from makefile since my gcc arm cross compiler (gcc 3.3.3)
doenst support it.

And:
ENOKEY, used in sbc/storage.c and sbc/input.c is undeclared
#define ENOKEY EACCES
helped.

Anyway with this work out i was able to compile the utils.



-- 
Regards,
--Codefritz

------=_Part_38024_13622565.1219144935422
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr">Cross compiling latest lib-utils (3.36) I had following problems:<br>the compiler options :<br>-funswitch-loops -fgcse-after-reload<br>had to be removed from makefile since my gcc arm cross compiler (gcc 3.3.3) doenst support it.<br>
<br>And:<br>ENOKEY, used in sbc/storage.c and sbc/input.c is undeclared <br>#define ENOKEY EACCES<br>helped.<br><br>Anyway with this work out i was able to compile the utils.<br><br><br clear="all"><br>-- <br>Regards,<br>
--Codefritz<br><br><br><br><br>
</div>

------=_Part_38024_13622565.1219144935422--


--===============1391545609==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--===============1391545609==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

--===============1391545609==--