scubamantr / ersky9x

Automatically exported from code.google.com/p/ersky9x
0 stars 0 forks source link

try to compile under Linux, but some files missed... #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download latest src via svn
2. download toolchain from angstrom and set PATH to arm....gcc
3. make clean and make in the src dir

What is the expected output? What do you see instead?

make: *** No rule to make target `skyobj/logs.o', needed by `all'.  Stop.

What version of the product are you using? On what operating system?

ersky9x r186 - Linux slackware 64 bit

Please provide any additional information below.

even commenting out logs.cpp compilation stop with bad messages anyway ..

Thank you for all your work

Original issue reported on code.google.com by adriano....@gmail.com on 4 Nov 2013 at 9:42

GoogleCodeExporter commented 8 years ago
That seems to be a compilation problem. However, there's at least another file 
missing: "stringidx.h" as referenced from 'file.cpp'

Original comment by dogb...@gmail.com on 5 Jun 2014 at 5:11

GoogleCodeExporter commented 8 years ago
Solved in release release 212

---------------------------------- HERE the native GCC 64 bit to use ----------

Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-arm-none-eabi-4_7-130503/bin/../lib/gcc/arm-n
one-eabi/4.7.3/lto-wrapper
Target: arm-none-eabi
Configured with: /home/freddie/bleeding-edge-toolchain/src/gcc/configure 
--target=arm-none-eabi 
--prefix=/home/freddie/bleeding-edge-toolchain/install-native 
--libexecdir=/home/freddie/bleeding-edge-toolchain/install-native/lib 
--infodir=/home/freddie/bleeding-edge-toolchain/install-native/share/doc/gcc-arm
-none-eabi/info 
--mandir=/home/freddie/bleeding-edge-toolchain/install-native/share/doc/gcc-arm-
none-eabi/man 
--htmldir=/home/freddie/bleeding-edge-toolchain/install-native/share/doc/gcc-arm
-none-eabi/html 
--pdfdir=/home/freddie/bleeding-edge-toolchain/install-native/share/doc/gcc-arm-
none-eabi/pdf --enable-languages=c,c++ --enable-cxx-flags=-fno-exceptions 
--disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap 
--disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls 
--disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld 
--with-newlib --with-headers=yes --with-python-dir=share/gcc-arm-none-eabi 
--with-sysroot=/home/freddie/bleeding-edge-toolchain/install-native/arm-none-eab
i --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu 
--with-gmp=/home/freddie/bleeding-edge-toolchain/build-native/host-libs/usr 
--with-mpfr=/home/freddie/bleeding-edge-toolchain/build-native/host-libs/usr 
--with-mpc=/home/freddie/bleeding-edge-toolchain/build-native/host-libs/usr 
--with-ppl=/home/freddie/bleeding-edge-toolchain/build-native/host-libs/usr 
--with-cloog=/home/freddie/bleeding-edge-toolchain/build-native/host-libs/usr 
--with-libelf=/home/freddie/bleeding-edge-toolchain/build-native/host-libs/usr 
--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
--with-pkgversion='GNU Tools for ARM Embedded Processors / 
bleeding-edge-toolchain-130503' 
--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
Thread model: single
gcc version 4.7.3 20130312 (prerelease) (GNU Tools for ARM Embedded Processors 
/ bleeding-edge-toolchain-130503)

Original comment by adriano....@gmail.com on 29 Sep 2014 at 3:59