[DEV][WIP]Ice Cream Sandwich ROM [Galaxy GIO][5660]

Status
Not open for further replies.
Search This thread
M

Macław

Guest
@phiexz, still you don't have free time to do something with ICS ;-)?

I'm stuck on gralloc:
Code:
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'hw_module_t::dso'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'hw_module_t::reserved'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'gralloc_module_t::reserved_proc'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::info'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::finfo'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::xdpi'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::ydpi'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::fps'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::swapInterval'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::disp'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::currentIdx'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::avail'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::qlock'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::qpost'
device/samsung/gio/libgralloc/mapper.cpp: In function 'int gralloc_unlock(const gralloc_module_t*, const native_handle_t*)':
device/samsung/gio/libgralloc/mapper.cpp:293: error: aggregate 'pmem_addr pmem_addr' has incomplete type and cannot be defined
device/samsung/gio/libgralloc/mapper.cpp: In function 'int gralloc_perform(const gralloc_module_t*, int, ...)':
device/samsung/gio/libgralloc/mapper.cpp:343: error: 'GRALLOC_MODULE_PERFORM_CREATE_HANDLE_FROM_BUFFER' was not declared in this scope
target thumb C++: gralloc.gio <= device/samsung/gio/libgralloc/pmemalloc.cpp
make: *** [out/target/product/gio/obj/SHARED_LIBRARIES/gralloc.gio_intermediates/mapper.o] Błąd 1
make: *** Oczekiwanie na niezakończone zadania....

Gralloc is from ACE ICS.

I don't have any idea.
Also tried from Gio GB.
No result.

There's my git:
https://github.com/maclaw
 
Last edited:

nesaja83

Senior Member
Dec 4, 2011
68
52
Maclaw if u run out of space (GB) on your computer or whatever and i can help u with your work so u can work faster on the project, i would like to help you and donate you a externe 2TB harddisk. (just send me a private message)

keep contiune your good work and gl.
 

Stannieman

Senior Member
Sep 5, 2011
170
65
2 questions (again):
- How much space does it take for a regular build?

- Is it really needed to always rebuild the whole thing after fixing an error? Isn't it possible to skip compiling the files that have been build already?
 
M

Macław

Guest
I can skip it, but usually I must to change files compiled ealier.
I recommend to have 40-50gb of free space before you start developing.

@nesaja83, I'll write to you tomorrow, I'm really tired, I must to go sleep.


Sent from my GT-S5660 using Tapatalk
 
Last edited:

djsky2011

Senior Member
May 12, 2011
1,106
1,225
London
@phiexz, still you don't have free time to do something with ICS ;-)?

I'm stuck on gralloc:
Code:
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'hw_module_t::dso'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'hw_module_t::reserved'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'gralloc_module_t::reserved_proc'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::info'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::finfo'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::xdpi'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::ydpi'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::fps'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::swapInterval'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::disp'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::currentIdx'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::avail'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::qlock'
device/samsung/gio/libgralloc/gralloc.cpp:185: warning: missing initializer for member 'private_module_t::qpost'
device/samsung/gio/libgralloc/mapper.cpp: In function 'int gralloc_unlock(const gralloc_module_t*, const native_handle_t*)':
device/samsung/gio/libgralloc/mapper.cpp:293: error: aggregate 'pmem_addr pmem_addr' has incomplete type and cannot be defined
device/samsung/gio/libgralloc/mapper.cpp: In function 'int gralloc_perform(const gralloc_module_t*, int, ...)':
device/samsung/gio/libgralloc/mapper.cpp:343: error: 'GRALLOC_MODULE_PERFORM_CREATE_HANDLE_FROM_BUFFER' was not declared in this scope
target thumb C++: gralloc.gio <= device/samsung/gio/libgralloc/pmemalloc.cpp
make: *** [out/target/product/gio/obj/SHARED_LIBRARIES/gralloc.gio_intermediates/mapper.o] Błąd 1
make: *** Oczekiwanie na niezakończone zadania....

Gralloc is from ACE ICS.

I don't have any idea.
Also tried from Gio GB.
No result.

There's my git:
https://github.com/maclaw

have u had a look at squadzone github? https://github.com/Squadzone
 
M

Macław

Guest
Dude, it's not actual topic for cm9...

Sent from my GT-S5660 using Tapatalk
 

koodiifin

Senior Member
Oct 19, 2011
462
133
BC
Is this thread even real? I thought that it turned out to be a troll on the behalf of the OP? The first post hasn't changed forever.

Sent from my X10i using XDA App
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 43
    Ice Cream Sandwich ( Android 4.0 )
    WORK IN PROGRESS

    So i stumbled the ICS SDK. And i wanted to port to my GIO. So i made this thread to my progress with fellow GIO lovers.

    Progress done:
    - Stock boot.img modified to use with ICS (temporary)
    - Modified some ICS build.prop stuff
    -STOP: my ROM zip doesnt install in CWM (latest version, zip is verified not compressed)

    This is for now a VERY WORK IN PROGRESS thread and rom.

    Feel free to post suggestions
    6
    Oh hey there :)
    Well got the source-code now just exploring it, seeing how it all works ( first using source -code for a rom)
    Then will try to compile it :)
    I'm not dead :)
    5
    ShiftyHungary: you can try to build either AOSP or CM9, but make sure you take a proper repo.

    Also, like I've said above, unless that's changed *very* recently, you can't build AOSP for ARMv6 as it stands. There are some patches floating out there, or just build a less-optimized ARMv5 version in the meantime.

    I built an ARMv6 CM9 generic kang the other evening and flashing it messed up my Gio. (In hindsight I think there's one more line I should have removed from the updater script that might have prevented this...) I can't even get the "Downloading" we all know and love to show up on the screen.

    I did detect the phone with Odin, but that's on my (Windows 7) laptop where I've never been able to flash. The XP machine I usually take to flash is currently behind a big pile of boxes and furniture (long story) and will remain like that for a while.

    For those wondering: I took TeamICS's CM9 manifest on GitHub, the Cooper CM9 alpha device config, commented out just about every module in order to make it mostly generic (with the idea of adding things one at a time afterwards.) and managed to get a build.

    I'll post an update when I have more news.

    Regards,

    Darkshado
    3
    if u need help, maybe i can do some help :)