Questions tagged [compilation-target]

6 questions
2
votes
0 answers

How to cross-compile open-zwave library for asus rt-n16?

Open-zwave lib link: http://code.google.com/p/open-zwave/source/browse/ Toolchain used: http://code.google.com/p/wl500g/downloads/list?can=3&q=hndtools-mipsel-uclibc-4.4.6-K26 Asus RT-N16 running on wl500g firmware:…
LA_
  • 975
  • 2
  • 8
  • 12
1
vote
1 answer

Getting Eclipse CDT Helios to recognize i586 gcc mingw32 as a compiler, any ideas?

I installed CDT direct by extracting the tar. It detects the other compilers, but fails to recognize mingw32 as a compilation target. Any ideas? Unless you've tried a tutorial and it recognizes properly, please no links to the first 5 google…
RobotHumans
  • 29,190
  • 4
  • 76
  • 114
1
vote
0 answers

Dpkg install file to specify variable target dir

I have a package with .install file in /Debian that copies data files. I want the files to be installed in ${HOME}/Documents/etc The .install file is #!/usr/bin/dh-exec usr/bin/my_files* ${HOME}/Documents/presets/* => /${HOME}/Documents/presets But…
1
vote
0 answers

using pin instrumentation in ubuntu: error

Possible Duplicate: No such file or directory? But the file exists! I have used pin in ubuntu Linux with 3.0.0-19-generic #33-Ubuntu SMP x86_64; gcc version 4.6 and also in redhat 2.6.18-308.el5 #1 SMP x86_64; gcc version 4.7 However, I am…
user984260
  • 123
  • 4
0
votes
1 answer

OpenCL makefile error

I'm attempting to run a program (openGraphiti), and am running into some errors I can't seem to get past. Here is my full make error, but the relevant part is No rule to make target `/usr/lib/x86_64-linux-gnu/libOpenCL.so I've compiled this same…
Edon
  • 201
  • 4
  • 11
0
votes
1 answer

How do I change the final location of a compiled c program in the terminal

After a c program is compiled it is stored in ./a.out. Is there any way in which I can change the file to any name I want?