This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Legimet
Pages: 1 2 [3] 4 5 ... 24
31
« on: December 23, 2016, 07:56:51 pm »
I have never done this on Windows myself, so I don't know what to do if you get a BSOD from running that script. This stuff is very easy to configure on GNU/Linux, if you have an installation somewhere.
32
« on: December 23, 2016, 07:18:36 pm »
Did build_toolchain.sh finish successfully? I doubt it finished that quickly.
33
« on: December 23, 2016, 07:08:03 pm »
make install-gcc && cd .. && rm -rf build/* && touch .built_gcc_step1 You forgot the make.
34
« on: December 23, 2016, 07:01:21 pm »
Run make install-gcc && cd .. && rm -rf build/* && touch .built_gcc_step1.
Then go to the toolchain directory and run ./build_toolchain.sh
35
« on: December 23, 2016, 06:25:27 pm »
all-gcc, not all-gc
36
« on: December 23, 2016, 06:20:43 pm »
cd to build before running that.
37
« on: December 23, 2016, 06:13:52 pm »
OK, so it failed on GCC step 1. If you cd to build and run "make all-gcc" what is the output?
38
« on: December 23, 2016, 06:01:10 pm »
If you run "ls -a" what do you get?
39
« on: December 23, 2016, 04:22:42 pm »
I don't understand your question, those are the packages you have to install. What difficulties are you running into?
40
« on: December 23, 2016, 04:16:40 pm »
These ones: php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, openssl-dev, make, texinfo, zlib-devel, wget
41
« on: December 23, 2016, 04:14:43 pm »
No, you just have to install the extra packages. To do that, you have to run the Cygwin installer again. But it won't get rid of your installation, it will just add whatever you tell it to add.
42
« on: December 23, 2016, 04:09:27 pm »
https://hackspire.org/index.php/C_and_assembly_development_introduction#On_WindowsYou have to install the dependencies listed: php (5.6+), libboost-devel, libboost_program_options*, binutils, gcc-core, gcc-g++, git, mpfr, mpfr-devel, gmp, libgmp-devel, libmpc3, libmpc-devel, openssl-dev, make, texinfo, zlib-devel, wget
43
« on: December 23, 2016, 03:48:29 pm »
Also, what OS are you using?
44
« on: December 18, 2016, 09:57:03 am »
Did you install the required packages? You have to install qt57base and qt57declarative. And according to the information on the PPA page, "Source /opt/qt57/bin/qt57-env.sh to set the correct environment." The build folder, after running qmake, should at least contain the Makefile.
Pages: 1 2 [3] 4 5 ... 24
|