-
Notifications
You must be signed in to change notification settings - Fork 46
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
build error on x86, file dmaSendFd.h, line 85 #106
Comments
can you post the error message? |
Are you sure that addr is 32 bits on x86? we always run 64-bit versions, In addition, I am accustomed to sizeof(long) == sizeof(void *), for Thanks On Sun, Jan 17, 2016 at 9:00 AM, Han Wang [email protected] wrote:
|
Below is error message, the problem is Shift 32 bits and OR with addr prepare_bin_target At 2016-01-18 01:18:10,jankcorn [email protected] wrote: In addition, I am accustomed to sizeof(long) == sizeof(void *), for Thanks On Sun, Jan 17, 2016 at 9:00 AM, Han Wang [email protected] wrote:
— |
I see. This is code only for simulations. I would highly recommend switching to a machine with a 64-bit OS. (since Is that possible? On Sun, Jan 17, 2016 at 9:54 PM, chenm001 [email protected] wrote:
|
Agree, for really world, we may use x64 OS. |
If that change works, I think we could update dmaSendFd.h accordingly. We do not have any 32-bit x86 systems to test with, so please let us know On Fri, Jan 22, 2016 at 7:38 AM chenm001 [email protected] wrote:
|
I will do more test and let you know later At 2016-01-22 22:22:07,"Jamey Hicks" [email protected] wrote: We do not have any 32-bit x86 systems to test with, so please let us know On Fri, Jan 22, 2016 at 7:38 AM chenm001 [email protected] wrote:
— |
The addr is 32bits in x86 platform, the sg_phys() return dma_addr_t, it is mismatch to 'long'
The text was updated successfully, but these errors were encountered: