rampageX / firmware-mod-kit

Automatically exported from code.google.com/p/firmware-mod-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to compile on Arch x64

mark-ulrich opened this issue · comments

firmware-mod-kit fails to compile on my Arch x64 system with undefined reference errors to 'major', 'minor', and 'makedev'. These macros have been moved from sys/types.h to sys/sysmacros.h. Substituting the sysmacros header in place of types.h allows for a successful build.