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

Failed to build newlib (stage: newlib_build) #4

Open
calidion opened this issue Apr 24, 2010 · 6 comments
Open

Failed to build newlib (stage: newlib_build) #4

calidion opened this issue Apr 24, 2010 · 6 comments

Comments

@calidion
Copy link

failed to build img by following the page http://wiki.github.com/planetbeing/iphonelinux/openiboot-installation
with the above error message.

@Anon0
Copy link

Anon0 commented Apr 24, 2010

Please be a little more specific on what the issue is. If you need to locate the build log file and find out exactly what your specific error is ... and your on linux,
/tmp/ipl-toolchain contains the current build. There should be a logfile containing errors. It is most likely that you are missing a lib, incorrectly configured or something.

@calidion
Copy link
Author

OS is Ubuntu 9.04 .

it seems configuration is ok

eric@eric-laptop:/tmp/ipl-toolchain$ tail build.log
checking where to find the target nm... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile

@Anon0
Copy link

Anon0 commented Apr 24, 2010

do this: sudo apt-get install texinfo
And then recompile

I believe that newlib depends on it for some reason. It installs makeinfo.
Oh, and make sure to remove the symlink .... /usr/local/bin/arm-elf-cc before recompiling or it will give you an error

@Anon0
Copy link

Anon0 commented Apr 24, 2010

Another Note: your going to need to grab the xpwn from planetbeing git repository as some of openiboot requires libcommon.a and libxpwn.a
Copy those into iphonelinux/mk8900image/

-- TO COMPILE XPWN
where ever you copy the git repo to, one directory down from xpwn make a directory called build and run cmake ./xpwn

if you dont have cmake, sudo apt-get install cmake

@calidion
Copy link
Author

thanks, now i have failed to boot iphone now. i don't know if my iphone can be ok again.

due to the disconnection when it was rebooting

@calidion
Copy link
Author

solved now:) thanks.

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