Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation cannot be generated #90

Closed
eltang opened this issue Nov 20, 2016 · 8 comments
Closed

Documentation cannot be generated #90

eltang opened this issue Nov 20, 2016 · 8 comments
Labels

Comments

@eltang
Copy link
Contributor

eltang commented Nov 20, 2016

I get the following error when I try to follow the instructions for using Doxygen to generate the documentation.

Executing "make doxygen" on all LUFA library elements.

/Library/Developer/CommandLineTools/usr/bin/make -C LUFA doxygen
grep: /Version.h: No such file or directory
 [DOXYGEN] : Configuration file "doxyfile" with parameters "QUIET=YES PROJECT_NUMBER="
if ( ( cat doxyfile ; echo "QUIET=YES" ; echo "PROJECT_NUMBER=" ) | doxygen - 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then exit 1; fi;
warning: Tag `CLANG_ASSISTED_PARSING' at line 1010 of file `-' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag `CLANG_OPTIONS' at line 1018 of file `-' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
make[1]: *** [doxygen] Error 1
make: *** [doxygen] Error 2
@abcminiuser
Copy link
Owner

Looks like you're using a version of Doxygen that is either too old to support that config option, or has been specifically built without it.

The good news is that the CLANG_ASSISTED_PARSING option isn't actually required and is set to NO in the config file, so you should be able to fix it by removing this line from your local checkout before re-running make doxygen.

@eltang
Copy link
Contributor Author

eltang commented Nov 20, 2016

I installed Doxygen using Homebrew, so it should be a fairly recent version, right?

I've gotten the documentation generated by doing a project-wide find-and-replace operation to add a # in front of every occurrence of CLANG_ASSISTED_PARSING and CLANG_OPTIONS. In the process, I was presented with the following lines many times.

 [DOXYGEN] : Configuration file "doxyfile" with parameters "QUIET=YES"
if ( ( cat doxyfile ; echo "QUIET=YES" ) | doxygen - 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then exit 1; fi;

@abcminiuser
Copy link
Owner

I installed Doxygen using Homebrew, so it should be a fairly recent version, right?

Oh, a Mac - no idea, but IIRC Homebrew usually builds from source. I guess if that's the case they've probably configured it to build without the additional clang dependency.

Disabling the option by stripping it out should be fine, although I do wish Doxygen added an option to just ignore those sorts of unsupported or unknown settings if they aren't enabled.

@eltang
Copy link
Contributor Author

eltang commented Nov 20, 2016

So can I close this issue then? By the way, did you receive my email about using this project with LUFA?

@abcminiuser
Copy link
Owner

Yes, I'll close it.

Got your email - will take a look as soon as I can (so much to do these days, so little time 😞).

@ryanalexmartin
Copy link

I had a similar error and I was able to force building of the documentation with make doxygen -i to ignore errors.

@Apteryks
Copy link

Hello,

I have this issues where make returns uncleanly from make doxygen, as seen in the output below. I've used the latest lufa commit, (15cf780), as well as the latest stable doxygen release (1.9.8), but the problem persists. Perhaps this issue should be reopened?

starting phase `build-documentation'
Executing "make doxygen" on all LUFA library elements.

make -C LUFA doxygen
make[1]: Entering directory '/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA'
 [DOXYGEN] : Configuration file "doxyfile" with parameters "QUIET=YES PROJECT_NUMBER=210130"
if ( ( cat doxyfile ; echo "QUIET=YES" ; echo "PROJECT_NUMBER=210130" ) | doxygen - 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then exit 1; fi;
warning: Tag 'CLANG_ASSISTED_PARSING' at line 1129 of file '-' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_ADD_INC_PATHS' at line 1137 of file '-' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_OPTIONS' at line 1145 of file '-' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_DATABASE_PATH' at line 1158 of file '-' belongs to an option that was not enabled at compile time.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'HTML_TIMESTAMP' at line 1305 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'FORMULA_TRANSPARENT' at line 1626 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_TIMESTAMP' at line 1970 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2320 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTNAME' at line 2362 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTSIZE' at line 2369 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 2615 of file '-' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h:306: warning: no matching file member found for 
static uint_reg_t GetGlobalInterruptMask(void)
Possible candidates:
 'static uint_reg_t GetGlobalInterruptMask(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT' at line 306 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h:328: warning: no matching file member found for 
static void SetGlobalInterruptMask(MACHINE_REG_t GlobalIntState)
Possible candidates:
 'static void SetGlobalInterruptMask(const uint_reg_t GlobalIntState) ATTR_ALWAYS_INLINE' at line 328 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h:351: warning: no matching file member found for 
static void GlobalInterruptEnable(void)
Possible candidates:
 'static void GlobalInterruptEnable(void) ATTR_ALWAYS_INLINE' at line 351 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h:371: warning: no matching file member found for 
static void GlobalInterruptDisable(void)
Possible candidates:
 'static void GlobalInterruptDisable(void) ATTR_ALWAYS_INLINE' at line 371 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Common.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h:401: warning: no matching file member found for 
static uint16_t SwapEndian_16(uint16_t Word)
Possible candidates:
 'static uint16_t SwapEndian_16(const uint16_t Word) ATTR_WARN_UNUSED_RESULT ATTR_CONST ATTR_ALWAYS_INLINE' at line 401 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h:432: warning: no matching file member found for 
static uint32_t SwapEndian_32(uint32_t DWord)
Possible candidates:
 'static uint32_t SwapEndian_32(const uint32_t DWord) ATTR_WARN_UNUSED_RESULT ATTR_CONST ATTR_ALWAYS_INLINE' at line 432 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h:469: warning: no matching file member found for 
static void SwapEndian_n(void *Data, uint8_t Length)
Possible candidates:
 'static void SwapEndian_n(void *const Data, uint8_t Length) ATTR_NON_NULL_PTR_ARG(1)' at line 469 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:222: warning: no matching file member found for 
static uint16_t Endpoint_BytesInEndpoint(void)
Possible candidates:
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 222 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 230 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 265 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:325: warning: no matching file member found for 
static uint8_t Endpoint_GetBusyBanks(void)
Possible candidates:
 'static uint8_t Endpoint_GetBusyBanks(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT' at line 325 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint8_t Endpoint_GetBusyBanks(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT' at line 324 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:358: warning: no matching file member found for 
static bool Endpoint_IsReadWriteAllowed(void)
Possible candidates:
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 358 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 357 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 333 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:405: warning: no matching file member found for 
static bool Endpoint_IsINReady(void)
Possible candidates:
 'static bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 405 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 407 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT' at line 354 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:417: warning: no matching file member found for 
static bool Endpoint_IsOUTReceived(void)
Possible candidates:
 'static bool Endpoint_IsOUTReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 417 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsOUTReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 419 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'bool Endpoint_IsOUTReceived(void) ATTR_WARN_UNUSED_RESULT' at line 362 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:429: warning: no matching file member found for 
static bool Endpoint_IsSETUPReceived(void)
Possible candidates:
 'static bool Endpoint_IsSETUPReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 429 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsSETUPReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 431 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'bool Endpoint_IsSETUPReceived(void) ATTR_WARN_UNUSED_RESULT' at line 370 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:442: warning: no matching file member found for 
static void Endpoint_ClearSETUP(void)
Possible candidates:
 'static void Endpoint_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 442 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 444 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_ClearSETUP(void)' at line 379 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:453: warning: no matching file member found for 
static void Endpoint_ClearIN(void)
Possible candidates:
 'static void Endpoint_ClearIN(void) ATTR_ALWAYS_INLINE' at line 453 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearIN(void) ATTR_ALWAYS_INLINE' at line 456 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_ClearIN(void)' at line 386 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:468: warning: no matching file member found for 
static void Endpoint_ClearOUT(void)
Possible candidates:
 'static void Endpoint_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 469 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_ClearOUT(void)' at line 393 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:489: warning: no matching file member found for 
static void Endpoint_StallTransaction(void)
Possible candidates:
 'static void Endpoint_StallTransaction(void) ATTR_ALWAYS_INLINE' at line 489 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_StallTransaction(void) ATTR_ALWAYS_INLINE' at line 488 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_StallTransaction(void)' at line 406 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:499: warning: no matching file member found for 
static void Endpoint_ClearStall(void)
Possible candidates:
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 499 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 498 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 413 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:511: warning: no matching file member found for 
static bool Endpoint_IsStalled(void)
Possible candidates:
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 511 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 510 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 425 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:540: warning: no matching file member found for 
static uint8_t Endpoint_Read_8(void)
Possible candidates:
 'static uint8_t Endpoint_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 540 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint8_t Endpoint_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 539 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'uint8_t Endpoint_Read_8(void) ATTR_WARN_UNUSED_RESULT' at line 453 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:552: warning: no matching file member found for 
static void Endpoint_Write_8(uint8_t Data)
Possible candidates:
 'static void Endpoint_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 552 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 551 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_Write_8(const uint8_t Data)' at line 461 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:562: warning: no matching file member found for 
static void Endpoint_Discard_8(void)
Possible candidates:
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 562 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 561 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:579: warning: no matching file member found for 
static uint16_t Endpoint_Read_16_LE(void)
Possible candidates:
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 579 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 578 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 481 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:601: warning: no matching file member found for 
static uint16_t Endpoint_Read_16_BE(void)
Possible candidates:
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 601 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 497 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:623: warning: no matching file member found for 
static void Endpoint_Write_16_LE(uint16_t Data)
Possible candidates:
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 623 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 610 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 513 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:637: warning: no matching file member found for 
static void Endpoint_Write_16_BE(uint16_t Data)
Possible candidates:
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 637 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 624 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 527 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:648: warning: no matching file member found for 
static void Endpoint_Discard_16(void)
Possible candidates:
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 648 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 635 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 538 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:666: warning: no matching file member found for 
static uint32_t Endpoint_Read_32_LE(void)
Possible candidates:
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 666 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 653 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 552 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:690: warning: no matching file member found for 
static uint32_t Endpoint_Read_32_BE(void)
Possible candidates:
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 690 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 671 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 570 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:714: warning: no matching file member found for 
static void Endpoint_Write_32_LE(uint32_t Data)
Possible candidates:
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 714 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 689 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 588 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:730: warning: no matching file member found for 
static void Endpoint_Write_32_BE(uint32_t Data)
Possible candidates:
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 730 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 705 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 604 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:743: warning: no matching file member found for 
static void Endpoint_Discard_32(void)
Possible candidates:
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 743 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 718 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 617 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:185: warning: no matching file member found for 
static uint16_t Pipe_BytesInPipe(void)
Possible candidates:
 'static uint16_t Pipe_BytesInPipe(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 185 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint16_t Pipe_BytesInPipe(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 195 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:431: warning: no matching file member found for 
static uint8_t Pipe_GetBusyBanks(void)
Possible candidates:
 'static uint8_t Pipe_GetBusyBanks(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 431 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint8_t Pipe_GetBusyBanks(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 449 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:450: warning: no matching file member found for 
static bool Pipe_IsReadWriteAllowed(void)
Possible candidates:
 'static bool Pipe_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 450 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:462: warning: no matching file member found for 
static bool Pipe_IsINReceived(void)
Possible candidates:
 'static bool Pipe_IsINReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 462 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsINReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 480 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:474: warning: no matching file member found for 
static bool Pipe_IsOUTReady(void)
Possible candidates:
 'static bool Pipe_IsOUTReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 474 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsOUTReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 492 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:487: warning: no matching file member found for 
static bool Pipe_IsSETUPSent(void)
Possible candidates:
 'static bool Pipe_IsSETUPSent(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 487 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsSETUPSent(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 505 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:497: warning: no matching file member found for 
static void Pipe_ClearSETUP(void)
Possible candidates:
 'static void Pipe_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 497 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 515 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:508: warning: no matching file member found for 
static void Pipe_ClearIN(void)
Possible candidates:
 'static void Pipe_ClearIN(void) ATTR_ALWAYS_INLINE' at line 508 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearIN(void) ATTR_ALWAYS_INLINE' at line 528 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:519: warning: no matching file member found for 
static void Pipe_ClearOUT(void)
Possible candidates:
 'static void Pipe_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 519 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 541 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:535: warning: no matching file member found for 
static bool Pipe_IsNAKReceived(void)
Possible candidates:
 'static bool Pipe_IsNAKReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 535 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsNAKReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 559 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:547: warning: no matching file member found for 
static void Pipe_ClearNAKReceived(void)
Possible candidates:
 'static void Pipe_ClearNAKReceived(void) ATTR_ALWAYS_INLINE' at line 547 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearNAKReceived(void) ATTR_ALWAYS_INLINE' at line 571 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:559: warning: no matching file member found for 
static bool Pipe_IsStalled(void)
Possible candidates:
 'static bool Pipe_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 559 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 583 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:570: warning: no matching file member found for 
static void Pipe_ClearStall(void)
Possible candidates:
 'static void Pipe_ClearStall(void) ATTR_ALWAYS_INLINE' at line 570 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearStall(void) ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:582: warning: no matching file member found for 
static uint8_t Pipe_Read_8(void)
Possible candidates:
 'static uint8_t Pipe_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 582 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint8_t Pipe_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 607 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:594: warning: no matching file member found for 
static void Pipe_Write_8(uint8_t Data)
Possible candidates:
 'static void Pipe_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 619 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:604: warning: no matching file member found for 
static void Pipe_Discard_8(void)
Possible candidates:
 'static void Pipe_Discard_8(void) ATTR_ALWAYS_INLINE' at line 604 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Discard_8(void) ATTR_ALWAYS_INLINE' at line 629 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:621: warning: no matching file member found for 
static uint16_t Pipe_Read_16_LE(void)
Possible candidates:
 'static uint16_t Pipe_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 621 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint16_t Pipe_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 646 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:643: warning: no matching file member found for 
static uint16_t Pipe_Read_16_BE(void)
Possible candidates:
 'static uint16_t Pipe_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 643 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint16_t Pipe_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 662 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:665: warning: no matching file member found for 
static void Pipe_Write_16_LE(uint16_t Data)
Possible candidates:
 'static void Pipe_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 665 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 678 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:679: warning: no matching file member found for 
static void Pipe_Write_16_BE(uint16_t Data)
Possible candidates:
 'static void Pipe_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 679 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 692 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:690: warning: no matching file member found for 
static void Pipe_Discard_16(void)
Possible candidates:
 'static void Pipe_Discard_16(void) ATTR_ALWAYS_INLINE' at line 690 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Discard_16(void) ATTR_ALWAYS_INLINE' at line 703 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:708: warning: no matching file member found for 
static uint32_t Pipe_Read_32_LE(void)
Possible candidates:
 'static uint32_t Pipe_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 708 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint32_t Pipe_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 721 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:732: warning: no matching file member found for 
static uint32_t Pipe_Read_32_BE(void)
Possible candidates:
 'static uint32_t Pipe_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 732 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint32_t Pipe_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 739 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:756: warning: no matching file member found for 
static void Pipe_Write_32_LE(uint32_t Data)
Possible candidates:
 'static void Pipe_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 756 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 757 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:772: warning: no matching file member found for 
static void Pipe_Write_32_BE(uint32_t Data)
Possible candidates:
 'static void Pipe_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 772 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 773 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:785: warning: no matching file member found for 
static void Pipe_Discard_32(void)
Possible candidates:
 'static void Pipe_Discard_32(void) ATTR_ALWAYS_INLINE' at line 785 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Discard_32(void) ATTR_ALWAYS_INLINE' at line 786 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:230: warning: no matching file member found for 
static uint16_t Endpoint_BytesInEndpoint(void)
Possible candidates:
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 222 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 230 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 265 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:324: warning: no matching file member found for 
static uint8_t Endpoint_GetBusyBanks(void)
Possible candidates:
 'static uint8_t Endpoint_GetBusyBanks(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT' at line 325 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint8_t Endpoint_GetBusyBanks(void) ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT' at line 324 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:357: warning: no matching file member found for 
static bool Endpoint_IsReadWriteAllowed(void)
Possible candidates:
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 358 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 357 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 333 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:407: warning: no matching file member found for 
static bool Endpoint_IsINReady(void)
Possible candidates:
 'static bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 405 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 407 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'bool Endpoint_IsINReady(void) ATTR_WARN_UNUSED_RESULT' at line 354 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:419: warning: no matching file member found for 
static bool Endpoint_IsOUTReceived(void)
Possible candidates:
 'static bool Endpoint_IsOUTReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 417 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsOUTReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 419 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'bool Endpoint_IsOUTReceived(void) ATTR_WARN_UNUSED_RESULT' at line 362 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:431: warning: no matching file member found for 
static bool Endpoint_IsSETUPReceived(void)
Possible candidates:
 'static bool Endpoint_IsSETUPReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 429 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsSETUPReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 431 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'bool Endpoint_IsSETUPReceived(void) ATTR_WARN_UNUSED_RESULT' at line 370 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:444: warning: no matching file member found for 
static void Endpoint_ClearSETUP(void)
Possible candidates:
 'static void Endpoint_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 442 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 444 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_ClearSETUP(void)' at line 379 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:456: warning: no matching file member found for 
static void Endpoint_ClearIN(void)
Possible candidates:
 'static void Endpoint_ClearIN(void) ATTR_ALWAYS_INLINE' at line 453 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearIN(void) ATTR_ALWAYS_INLINE' at line 456 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_ClearIN(void)' at line 386 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:469: warning: no matching file member found for 
static void Endpoint_ClearOUT(void)
Possible candidates:
 'static void Endpoint_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 469 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_ClearOUT(void)' at line 393 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:488: warning: no matching file member found for 
static void Endpoint_StallTransaction(void)
Possible candidates:
 'static void Endpoint_StallTransaction(void) ATTR_ALWAYS_INLINE' at line 489 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_StallTransaction(void) ATTR_ALWAYS_INLINE' at line 488 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_StallTransaction(void)' at line 406 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:498: warning: no matching file member found for 
static void Endpoint_ClearStall(void)
Possible candidates:
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 499 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 498 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 413 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:510: warning: no matching file member found for 
static bool Endpoint_IsStalled(void)
Possible candidates:
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 511 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 510 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 425 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:539: warning: no matching file member found for 
static uint8_t Endpoint_Read_8(void)
Possible candidates:
 'static uint8_t Endpoint_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 540 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint8_t Endpoint_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 539 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'uint8_t Endpoint_Read_8(void) ATTR_WARN_UNUSED_RESULT' at line 453 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:551: warning: no matching file member found for 
static void Endpoint_Write_8(uint8_t Data)
Possible candidates:
 'static void Endpoint_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 552 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 551 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'void Endpoint_Write_8(const uint8_t Data)' at line 461 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:561: warning: no matching file member found for 
static void Endpoint_Discard_8(void)
Possible candidates:
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 562 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 561 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:578: warning: no matching file member found for 
static uint16_t Endpoint_Read_16_LE(void)
Possible candidates:
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 579 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 578 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 481 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:594: warning: no matching file member found for 
static uint16_t Endpoint_Read_16_BE(void)
Possible candidates:
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 601 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 497 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:610: warning: no matching file member found for 
static void Endpoint_Write_16_LE(uint16_t Data)
Possible candidates:
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 623 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 610 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 513 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:624: warning: no matching file member found for 
static void Endpoint_Write_16_BE(uint16_t Data)
Possible candidates:
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 637 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 624 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 527 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:635: warning: no matching file member found for 
static void Endpoint_Discard_16(void)
Possible candidates:
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 648 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 635 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 538 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:653: warning: no matching file member found for 
static uint32_t Endpoint_Read_32_LE(void)
Possible candidates:
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 666 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 653 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 552 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:671: warning: no matching file member found for 
static uint32_t Endpoint_Read_32_BE(void)
Possible candidates:
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 690 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 671 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 570 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:689: warning: no matching file member found for 
static void Endpoint_Write_32_LE(uint32_t Data)
Possible candidates:
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 714 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 689 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 588 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:705: warning: no matching file member found for 
static void Endpoint_Write_32_BE(uint32_t Data)
Possible candidates:
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 730 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 705 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 604 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:718: warning: no matching file member found for 
static void Endpoint_Discard_32(void)
Possible candidates:
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 743 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 718 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 617 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:195: warning: no matching file member found for 
static uint16_t Pipe_BytesInPipe(void)
Possible candidates:
 'static uint16_t Pipe_BytesInPipe(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 185 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint16_t Pipe_BytesInPipe(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 195 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:449: warning: no matching file member found for 
static uint8_t Pipe_GetBusyBanks(void)
Possible candidates:
 'static uint8_t Pipe_GetBusyBanks(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 431 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint8_t Pipe_GetBusyBanks(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 449 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:468: warning: no matching file member found for 
static bool Pipe_IsReadWriteAllowed(void)
Possible candidates:
 'static bool Pipe_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 450 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:480: warning: no matching file member found for 
static bool Pipe_IsINReceived(void)
Possible candidates:
 'static bool Pipe_IsINReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 462 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsINReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 480 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:492: warning: no matching file member found for 
static bool Pipe_IsOUTReady(void)
Possible candidates:
 'static bool Pipe_IsOUTReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 474 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsOUTReady(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 492 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:505: warning: no matching file member found for 
static bool Pipe_IsSETUPSent(void)
Possible candidates:
 'static bool Pipe_IsSETUPSent(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 487 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsSETUPSent(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 505 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:515: warning: no matching file member found for 
static void Pipe_ClearSETUP(void)
Possible candidates:
 'static void Pipe_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 497 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearSETUP(void) ATTR_ALWAYS_INLINE' at line 515 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:528: warning: no matching file member found for 
static void Pipe_ClearIN(void)
Possible candidates:
 'static void Pipe_ClearIN(void) ATTR_ALWAYS_INLINE' at line 508 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearIN(void) ATTR_ALWAYS_INLINE' at line 528 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:541: warning: no matching file member found for 
static void Pipe_ClearOUT(void)
Possible candidates:
 'static void Pipe_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 519 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearOUT(void) ATTR_ALWAYS_INLINE' at line 541 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:559: warning: no matching file member found for 
static bool Pipe_IsNAKReceived(void)
Possible candidates:
 'static bool Pipe_IsNAKReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 535 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsNAKReceived(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 559 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:571: warning: no matching file member found for 
static void Pipe_ClearNAKReceived(void)
Possible candidates:
 'static void Pipe_ClearNAKReceived(void) ATTR_ALWAYS_INLINE' at line 547 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearNAKReceived(void) ATTR_ALWAYS_INLINE' at line 571 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:583: warning: no matching file member found for 
static bool Pipe_IsStalled(void)
Possible candidates:
 'static bool Pipe_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 559 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static bool Pipe_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 583 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:594: warning: no matching file member found for 
static void Pipe_ClearStall(void)
Possible candidates:
 'static void Pipe_ClearStall(void) ATTR_ALWAYS_INLINE' at line 570 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_ClearStall(void) ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:607: warning: no matching file member found for 
static uint8_t Pipe_Read_8(void)
Possible candidates:
 'static uint8_t Pipe_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 582 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint8_t Pipe_Read_8(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 607 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:619: warning: no matching file member found for 
static void Pipe_Write_8(uint8_t Data)
Possible candidates:
 'static void Pipe_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_8(const uint8_t Data) ATTR_ALWAYS_INLINE' at line 619 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:629: warning: no matching file member found for 
static void Pipe_Discard_8(void)
Possible candidates:
 'static void Pipe_Discard_8(void) ATTR_ALWAYS_INLINE' at line 604 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Discard_8(void) ATTR_ALWAYS_INLINE' at line 629 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:646: warning: no matching file member found for 
static uint16_t Pipe_Read_16_LE(void)
Possible candidates:
 'static uint16_t Pipe_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 621 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint16_t Pipe_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 646 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:662: warning: no matching file member found for 
static uint16_t Pipe_Read_16_BE(void)
Possible candidates:
 'static uint16_t Pipe_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 643 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint16_t Pipe_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 662 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:678: warning: no matching file member found for 
static void Pipe_Write_16_LE(uint16_t Data)
Possible candidates:
 'static void Pipe_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 665 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 678 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:692: warning: no matching file member found for 
static void Pipe_Write_16_BE(uint16_t Data)
Possible candidates:
 'static void Pipe_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 679 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 692 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:703: warning: no matching file member found for 
static void Pipe_Discard_16(void)
Possible candidates:
 'static void Pipe_Discard_16(void) ATTR_ALWAYS_INLINE' at line 690 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Discard_16(void) ATTR_ALWAYS_INLINE' at line 703 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:721: warning: no matching file member found for 
static uint32_t Pipe_Read_32_LE(void)
Possible candidates:
 'static uint32_t Pipe_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 708 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint32_t Pipe_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 721 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:739: warning: no matching file member found for 
static uint32_t Pipe_Read_32_BE(void)
Possible candidates:
 'static uint32_t Pipe_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 732 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static uint32_t Pipe_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 739 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:757: warning: no matching file member found for 
static void Pipe_Write_32_LE(uint32_t Data)
Possible candidates:
 'static void Pipe_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 756 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 757 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:773: warning: no matching file member found for 
static void Pipe_Write_32_BE(uint32_t Data)
Possible candidates:
 'static void Pipe_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 772 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 773 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:786: warning: no matching file member found for 
static void Pipe_Discard_32(void)
Possible candidates:
 'static void Pipe_Discard_32(void) ATTR_ALWAYS_INLINE' at line 785 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
 'static void Pipe_Discard_32(void) ATTR_ALWAYS_INLINE' at line 786 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:265: warning: no matching file member found for 
static uint16_t Endpoint_BytesInEndpoint(void)
Possible candidates:
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 222 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 230 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_BytesInEndpoint(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 265 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:333: warning: no matching file member found for 
static bool Endpoint_IsReadWriteAllowed(void)
Possible candidates:
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 358 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 357 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static bool Endpoint_IsReadWriteAllowed(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 333 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:413: warning: no matching file member found for 
static void Endpoint_ClearStall(void)
Possible candidates:
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 499 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 498 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_ClearStall(void) ATTR_ALWAYS_INLINE' at line 413 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:425: warning: no matching file member found for 
static bool Endpoint_IsStalled(void)
Possible candidates:
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 511 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 510 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static bool Endpoint_IsStalled(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 425 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:468: warning: no matching file member found for 
static void Endpoint_Discard_8(void)
Possible candidates:
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 562 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 561 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_8(void) ATTR_ALWAYS_INLINE' at line 468 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:481: warning: no matching file member found for 
static uint16_t Endpoint_Read_16_LE(void)
Possible candidates:
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 579 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 578 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_Read_16_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 481 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:497: warning: no matching file member found for 
static uint16_t Endpoint_Read_16_BE(void)
Possible candidates:
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 601 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 594 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint16_t Endpoint_Read_16_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 497 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:513: warning: no matching file member found for 
static void Endpoint_Write_16_LE(uint16_t Data)
Possible candidates:
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 623 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 610 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_16_LE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 513 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:527: warning: no matching file member found for 
static void Endpoint_Write_16_BE(uint16_t Data)
Possible candidates:
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 637 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 624 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_16_BE(const uint16_t Data) ATTR_ALWAYS_INLINE' at line 527 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:538: warning: no matching file member found for 
static void Endpoint_Discard_16(void)
Possible candidates:
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 648 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 635 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_16(void) ATTR_ALWAYS_INLINE' at line 538 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:552: warning: no matching file member found for 
static uint32_t Endpoint_Read_32_LE(void)
Possible candidates:
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 666 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 653 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint32_t Endpoint_Read_32_LE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 552 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:570: warning: no matching file member found for 
static uint32_t Endpoint_Read_32_BE(void)
Possible candidates:
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 690 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 671 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static uint32_t Endpoint_Read_32_BE(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE' at line 570 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:588: warning: no matching file member found for 
static void Endpoint_Write_32_LE(uint32_t Data)
Possible candidates:
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 714 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 689 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_32_LE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 588 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:604: warning: no matching file member found for 
static void Endpoint_Write_32_BE(uint32_t Data)
Possible candidates:
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 730 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 705 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Write_32_BE(const uint32_t Data) ATTR_ALWAYS_INLINE' at line 604 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:617: warning: no matching file member found for 
static void Endpoint_Discard_32(void)
Possible candidates:
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 743 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 718 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
 'static void Endpoint_Discard_32(void) ATTR_ALWAYS_INLINE' at line 617 of file /tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA/Common/Endianness.h:458: warning: found documented return type for SwapEndian_n that does not return anything
make[1]: *** [Build/DMBS/DMBS/doxygen.mk:48: doxygen] Error 1
make[1]: Leaving directory '/tmp/guix-build-lufa-210130-1.15cf780.drv-0/source/LUFA'
make: *** [makefile:20: doxygen] Error 2
error: in phase 'build-documentation': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("-j" "4" "doxygen" "SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/sh") exit-status: 2 term-signal: #f stop-signal: #f> 
phase `build-documentation' failed after 2.1 seconds

Thanks.

@abcminiuser
Copy link
Owner

Should be resolved now by 0200c23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants