You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: