Code::Blocks Forums
User forums => Help => Topic started by: may_cauc on May 14, 2006, 02:57:33 pm
-
i want using the code::blocks develop arm,but i'mnot setting it.who help me? thanks!
my email is zhoujinliang@gmail.com
-
i want using the code::blocks develop arm,but i'mnot setting it.who help me? thanks!
my email is zhoujinliang@gmail.com
Not sure if I understand what you mean, but I assume you want to use the Code::Blocks development branch?
You can download one of Killerbot's nightly builds, these reflect the development branch.
The latest one is here: http://forums.codeblocks.org/index.php?topic=3087.0
Do not mix nightly builds and the RC2 version. Before installing one, delete the other (you can use both at the same time, but you have to put them into separate directories).
To get the source, you need Subversion (http://subversion.tigris.org) first. Open a shell and type: svn checkout svn://svn.berlios.de/codeblocks/trunk.
Instructions on how to build from sources are on the forum (Windows):
http://forums.codeblocks.org/index.php?topic=1701.0
and on the WiKi (all platforms):
http://wiki.codeblocks.org/index.php?title=Building_From_Source
-
mmm... you say is how configure cb to use arm compiler?
-
Do you mean a compiler for the arm platform, like the rowley compiler?
-
Don't think that was it. But then, who knows 8)
Although I have never used ARM myself, it is supported since revision 2016 (16 February). Should not take anything special to use.
-
when i use my own makefile,the result is right.but i cancel( project->properties->project->this is coustom makefile) radiobox option,some error exist.
i want know how configure cb to use arm compiler?
-
I have had success in compiling my ARM966 project using code::blocks. It handles ARM compiles fine.
I am using build 5th July, 2006. I believe I need to recompile the plugin though, as some options come up as =NAME, for example: -march=NAME obviously needs changing in the source code for your specific arm target.
If like me you are using ARM966, I need to change the plugin source code so the compiler option reads:
-march=armv5te instead of -march=NAME
for example. For now I just override this in the extra options... lazy...
The only thing I have not managed to get working yet is the GDB plugin with ARM.
I think I have an issue with pathnames or something, because I cannot set any breakpoints at all. As I am using Windows, I suspect a '/' '\' issue.
Let me know if you want a skeleton project, and I will post one.
-
-march=armv5te instead of -march=NAME
Are you aware, that you can finetune every compiler's option? Goto Settings->Compiler and Debugger->Select your compiler->Click on the "Other" tab->Click on "Advanced options..."
Let me know if you want a skeleton project, and I will post one.
Yes, why not. If you like you could also design a project wizard. Anyway, feel free to post.
With regards, Morten.