Need help with Toolchain
Need help with Toolchain
Ok,
So I have tried, many many many times, to get this to compile properly, to no avail.
I install all of the correct packages, but i always get the same errors.
Like just now I got the same error ive been having the most trouble with.
ls: cannot access /usr/include/gmp.h: No such file or directory
ERROR: Install gmp before continuing
..depends/check-gmp.sh: Failed
ERROR: Could not run the toolchain script.
Now,
Ive tried removing the checking file from that directory, and I get the exact same error for both readline and mpfr
I have these packages installed, so I have no idea why this is happening.
I have also uninstalled, and reinstalled all of them. Along with uninstalling everything and reinstalling it again more than a few times, still no luck.
Anyone have any ideas as to what i might be missing?
So I have tried, many many many times, to get this to compile properly, to no avail.
I install all of the correct packages, but i always get the same errors.
Like just now I got the same error ive been having the most trouble with.
ls: cannot access /usr/include/gmp.h: No such file or directory
ERROR: Install gmp before continuing
..depends/check-gmp.sh: Failed
ERROR: Could not run the toolchain script.
Now,
Ive tried removing the checking file from that directory, and I get the exact same error for both readline and mpfr
I have these packages installed, so I have no idea why this is happening.
I have also uninstalled, and reinstalled all of them. Along with uninstalling everything and reinstalling it again more than a few times, still no luck.
Anyone have any ideas as to what i might be missing?
Re: Need help with Toolchain
Perhaps the toolchain is looking in the wrong location.Nava wrote:Ok,
So I have tried, many many many times, to get this to compile properly, to no avail.
I install all of the correct packages, but i always get the same errors.
Like just now I got the same error ive been having the most trouble with.
ls: cannot access /usr/include/gmp.h: No such file or directory
ERROR: Install gmp before continuing
..depends/check-gmp.sh: Failed
ERROR: Could not run the toolchain script.
Now,
Ive tried removing the checking file from that directory, and I get the exact same error for both readline and mpfr
I have these packages installed, so I have no idea why this is happening.
I have also uninstalled, and reinstalled all of them. Along with uninstalling everything and reinstalling it again more than a few times, still no luck.
Anyone have any ideas as to what i might be missing?
I bet this is the case, try looking in /opt/local/include for gmp.h , if its there point the toolchain to that directory.
Wally
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
-
- Posts: 409
- Joined: Tue Oct 09, 2007 4:22 am
I heard that for Java you need to have other programs to make it run? Or is that just for the PC?
Also do you think that learning LUA will be easier seeing as how it has such a big help forum here on the boards? Or is Java less complex?
LOL, sorry for all the questions, I dont mean to be a nag and all, Im just curious before I choose one and start learning.
Also do you think that learning LUA will be easier seeing as how it has such a big help forum here on the boards? Or is Java less complex?
LOL, sorry for all the questions, I dont mean to be a nag and all, Im just curious before I choose one and start learning.
Well... as explained by J.F. you will need J2ME to run Java programs... For LUA you'll need "LUA Player", LUA should be fairly simple to learn sense it's a scripting language ( sure looks that way :-D ) and looks a lot like the old Basic-language ( but with more functunality like wlan and stuff... )
I only speak these languages:
- C / C + +
- (x)HTML
- PHP
- CSS
- SQL
- JavaScript
There's two different versions of J2ME floating around. There's also regular python and stackless python. There's LuaPlayer and the Lua libraries for Lua. Seems to be two of everything. :)
Lua and python would probably be the easiest to learn, and sdlBasic would probably be next.
If you know Java, J2ME would be fairly easy to learn.
C/C++/D are all about the same. They aren't that hard to learn, but certainly harder than Lua or python or Basic.
MIPS assembly would be the hardest for most people. For some odd reason, most programmer totally choke on assembly. That's because they're totaly spoiled with Lua and python. :D When I first started programming, we had assembly and we were thankful! You wrote the program to fit in 368 bytes (by hand), and entered it with DIP switches. Anywho, it seems that unless you started out with assembly, programmers never become comfortable at working with it. All my original programs were 100% assembly. Even in Windows.
Lua and python would probably be the easiest to learn, and sdlBasic would probably be next.
If you know Java, J2ME would be fairly easy to learn.
C/C++/D are all about the same. They aren't that hard to learn, but certainly harder than Lua or python or Basic.
MIPS assembly would be the hardest for most people. For some odd reason, most programmer totally choke on assembly. That's because they're totaly spoiled with Lua and python. :D When I first started programming, we had assembly and we were thankful! You wrote the program to fit in 368 bytes (by hand), and entered it with DIP switches. Anywho, it seems that unless you started out with assembly, programmers never become comfortable at working with it. All my original programs were 100% assembly. Even in Windows.