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

compiling error for 64 bit system (J1900) #55

Open
sancelot opened this issue Apr 17, 2019 · 3 comments
Open

compiling error for 64 bit system (J1900) #55

sancelot opened this issue Apr 17, 2019 · 3 comments

Comments

@sancelot
Copy link

I am facing this error. Since this is a 64 bit system, I suppose something is missing in the code ?

/root/new/intel-binaries-linux/drm/pvr/services4/srvkm/env/linux/osfunc.c: In function ?
OSFlushCPUCacheKM?:
/root/new/intel-binaries-linux/drm/pvr/services4/srvkm/env/linux/osfunc.c:122:2: error: #error "Implement full CPU cache flush for this CPU!"
#error "Implement full CPU cache flush for this CPU!"

@thopiekar
Copy link
Member

The EMGD copy you find here, is meant to be used with GMA500 chipsets. This SoC is a 32bit system only.
Not sure, whether it is possible to migrate the new code into the old one here.

@sancelot
Copy link
Author

I was working on this implementation of the emgd driver for j1900 platform: https://www.intel.com/content/www/us/en/embedded/software/emgd/embedded-media-and-graphics-drivers-downloads.html (linux ...)

Since the code is for kernel 3.8 and mine 3.18.20, I thought this was the repository of this code .

@thopiekar
Copy link
Member

Well, there might be some similarities. Just compare the code.
If it is the case that there are similarities, feel free to merge you code here. Maybe we can get something working that does on both platforms. 🙂

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

2 participants