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

GCC 4.8 #25

Open
vbmithr opened this issue May 1, 2013 · 0 comments
Open

GCC 4.8 #25

vbmithr opened this issue May 1, 2013 · 0 comments

Comments

@vbmithr
Copy link

vbmithr commented May 1, 2013

This is a comment I got on the Archlinux package for this git repo, reporting it here just in case:

changes in gcc 4.8 bring a warning for pointer access:
http://gcc.gnu.org/gcc-4.8/porting_to.html

This is triggered in the current setup; also another error indicating that optimization needs to be on when compiling.

  • I patched around this by using CFLAGS="-Wno-sizeof-pointer-memaccess -O" ./configure --prefix=/usr

But that is probably not going to be that neccesary in the coming weeks as there's a Debian bugreport about it, so someone has probably started talking to the git folks about it and they will either patch the source or ... similar. (I haven't actually loaded the kernel module yet, so I'm not going to recommend this solution just yet.)

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

No branches or pull requests

1 participant