Displaying 4 results from an estimated 4 matches for "bintools".
Did you mean:
pintools
2017 Mar 19
2
Error "Warning in read_symbols_from_dll(so, rarch): this requires 'objdump.exe' to be on the PATH
Hi all,
I try to compile my package kml and I get the message
Warning in read_symbols_from_dll(so,rarch):
this requires 'objdump.exe' to be on the PATH
I check 'Writing R Extensions' but I did not find any reference to this error. Does someone know how
to fix that?
Thank you very much for your help.
Christophe
2007 Oct 17
0
[LLVMdev] LLVM-gcc for a new architecture
...chitecture,
which contains basically only the information which is necessary to
generate
llvm byte code. I could check tomorrow in work, which parts of llvm-
gcc had to
be altered for our "tce-llvm-gcc" cross-compiler.
I also hardcoded compiler to use llvm-ld and llvm-as as it's
bintools, for
being able to link and compile e.g. newlib to bytecode library.
Is this basically the same thing that you are looking for?
Mikael Lepistö
On Oct 15, 2007, at 1:04, Anton Korobeynikov wrote:
> Boris,
>
>> Yes, I know that. configure --target=a-b-c will fail because there
>&...
2007 Oct 15
2
[LLVMdev] LLVM-gcc for a new architecture
Boris,
> Yes, I know that. configure --target=a-b-c will fail because there
> is no such stuff known in gcc. So, what is the answer/consequence? An
> existing gcc back-end for architecture "a" is a precondition for a
> LLVM back-end for architecture "a"?
No. This is requirement of using gcc as a frontend. This looks pretty
weird, but it is: frontend should
2007 Feb 06
1
R from SVN fails to build on win32
I get the following error when building R from the subversion server as
well as the latest tarball. I am on Windows XP, and I recently updated
my MinGW installation. It's quite possible I am doing something wrong,
but I am not sure what that might be.
making console.d from console.c
making dataentry.d from dataentry.c
making dynload.d from dynload.c
making edit.d from edit.c
making editor.d