Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415211 - Warning while compiling qemu-wrapper (embedded handbook, listing 1.4)
Summary: Warning while compiling qemu-wrapper (embedded handbook, listing 1.4)
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL: http://www.gentoo.org/proj/en/base/em...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 09:28 UTC by Vladimir Smirnov (RETIRED)
Modified: 2012-05-11 07:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Smirnov (RETIRED) gentoo-dev 2012-05-09 09:28:20 UTC
If you try to compile code from embedded-handbook you'll receive a warning: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default]

It can be fixed if you replace "#include <unistd.h>" with "#include <string.h>"