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

Various Compile Errors in hwc_buffers.cpp #1

Open
Chiggins opened this issue Jan 25, 2012 · 1 comment
Open

Various Compile Errors in hwc_buffers.cpp #1

Chiggins opened this issue Jan 25, 2012 · 1 comment

Comments

@Chiggins
Copy link

While running brunch otter -j1 I would get the following:

Install: out/target/product/otter/system/framework/svc.jar
target arm C++: hwcomposer.omap4 <= hardware/ti/omap4xxx/hwc/hwc_init.cpp
target arm C++: hwcomposer.omap4 <= hardware/ti/omap4xxx/hwc/hwc.cpp
target arm C++: hwcomposer.omap4 <= hardware/ti/omap4xxx/hwc/hwc_dss.cpp
target arm C++: hwcomposer.omap4 <= hardware/ti/omap4xxx/hwc/hwc_buffers.cpp
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:29:20: error: memmgr.h: No such file or directory
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp: In function 'int map_cached_buffer(hwc_layer_t_)':
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:129: error: 'MemMgr_UnMap' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:137: error: 'MemAllocBlock' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:137: error: expected ';' before 'block'
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:138: error: 'block' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:140: error: 'PIXEL_FMT_PAGE' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:144: error: 'MemMgr_Map' was not declared in this scope
make: *_* [out/target/product/otter/obj/SHARED_LIBRARIES/hwcomposer.omap4_intermediates/hwc_buffers.o] Error 1

Dunno if I'm missing something that I should have? I just cloned the repo into hardware/ti/omap4xxx/ and started building it.

@Hashcode
Copy link
Owner

Hey Chris,

You'll also need the tiler and syslink projects (this is from the
local_manifest.xml I work from):



Sorry, for the confusion.

On 01/25/2012 09:42 AM, Chris Higgins wrote:

While running brunch otter -j1 I would get the following:

Install: out/target/product/otter/system/framework/svc.jar
target arm C++: hwcomposer.omap4<= hardware/ti/omap4xxx/hwc/hwc_init.cpp
target arm C++: hwcomposer.omap4<= hardware/ti/omap4xxx/hwc/hwc.cpp
target arm C++: hwcomposer.omap4<= hardware/ti/omap4xxx/hwc/hwc_dss.cpp
target arm C++: hwcomposer.omap4<= hardware/ti/omap4xxx/hwc/hwc_buffers.cpp
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:29:20: error: memmgr.h: No such file or directory
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp: In function 'int map_cached_buffer(hwc_layer_t_)':
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:129: error: 'MemMgr_UnMap' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:137: error: 'MemAllocBlock' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:137: error: expected ';' before 'block'
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:138: error: 'block' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:140: error: 'PIXEL_FMT_PAGE' was not declared in this scope
hardware/ti/omap4xxx/hwc/hwc_buffers.cpp:144: error: 'MemMgr_Map' was not declared in this scope
make: *_* [out/target/product/otter/obj/SHARED_LIBRARIES/hwcomposer.omap4_intermediates/hwc_buffers.o] Error 1

Dunno if I'm missing something that I should have? I just cloned the repo into hardware/ti/omap4xxx/ and started building it.


Reply to this email directly or view it on GitHub:
#1

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