search for: 5c4

Displaying 5 results from an estimated 5 matches for "5c4".

Did you mean: 54
2010 Aug 18
2
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...B8485_419-.LJTI8485_1_1 .long .L8485_1_1_set_419 .set .L8485_1_1_set_1085,.LBB8485_1085-.LJTI8485_1_1 .long .L8485_1_1_set_1085 .set .L8485_1_1_set_439,.LBB8485_439-.LJTI8485_1_1 When assembler runs on the output we get: ll-2.8.s:1916640: Error: invalid constant (5c4) after fixup Standard disclaimer: All of the tools used were proper ARM cross compiler,assembler, etc running on x86_64 and no bitcode was ever harmed during debugging. Cheers, Pawel
2010 Aug 18
2
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...>> .set .L8485_1_1_set_1085,.LBB8485_1085-.LJTI8485_1_1 >> .long .L8485_1_1_set_1085 >> .set .L8485_1_1_set_439,.LBB8485_439-.LJTI8485_1_1 >> >> When assembler runs on the output we get: >> >> ll-2.8.s:1916640: Error: invalid constant (5c4) after fixup >> >> Standard disclaimer: >> All of the tools used were proper ARM cross compiler,assembler, etc >> running on x86_64 >> and no bitcode was ever harmed during debugging. >> >> Cheers, >> Pawel >> ___________________________________...
2010 Aug 18
0
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...long .L8485_1_1_set_419 > .set .L8485_1_1_set_1085,.LBB8485_1085-.LJTI8485_1_1 > .long .L8485_1_1_set_1085 > .set .L8485_1_1_set_439,.LBB8485_439-.LJTI8485_1_1 > > When assembler runs on the output we get: > > ll-2.8.s:1916640: Error: invalid constant (5c4) after fixup > > Standard disclaimer: > All of the tools used were proper ARM cross compiler,assembler, etc > running on x86_64 > and no bitcode was ever harmed during debugging. > > Cheers, > Pawel > _______________________________________________ > LLVM Developers ma...
2010 Aug 18
0
[LLVMdev] ToT ARM Code generator causing - Error: invalid constant (xxx) after fixup in assembly output
...L8485_1_1_set_1085,.LBB8485_1085-.LJTI8485_1_1 >>> .long .L8485_1_1_set_1085 >>> .set .L8485_1_1_set_439,.LBB8485_439-.LJTI8485_1_1 >>> >>> When assembler runs on the output we get: >>> >>> ll-2.8.s:1916640: Error: invalid constant (5c4) after fixup >>> >>> Standard disclaimer: >>> All of the tools used were proper ARM cross compiler,assembler, etc >>> running on x86_64 >>> and no bitcode was ever harmed during debugging. >>> >>> Cheers, >>> Pawel >>>...
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi, I wrote a little "hello world" script and I am a little concerned by execution that hangs for long periods of time. *computer:* Windows XP Professional Service Pack 3 Intel(R) Xeon(R) CPU W3550 @ 3.07GHz 3.07GHz, 3.50 GB of RAM *init.pp:* class hello { notice(''Hello world!'') } *command line:* puppet apply --debug -e ''include hello''