Callum
Callum
The errors that I'm getting are HTTP: 400 - BAD REQUEST errors. I followed the tutorial so I'm not sure what I could have done wrong.
They might have external links, possibly. I'm using v.3.7.3 and I think I'm running the most recent version, if I'm correct. Is there a way to confirm this?
I have the latest version of the JSON, I believe.
I tested it on a test server and still the same errors.
So if `br` is a terminator, why do I get an error telling me the block is not terminated?
This is the IR that I generate when the `goto_entry_block` part is commented out: ```llvm entry: %".2" = bitcast [6 x i8]* @"fstr" to i64* %".3" = alloca double store...
How would I tell LLVM to add the instructions for initializing the variables to the entry block and to add the condition to the conditional block? Because presumably that would...
I kind of have it, except that what should be in the `entry` basic block isn't in a basic block and is instead stored inside `self.builder.block`. My original plan was...
The code I wrote that produces the above is at this link: https://pastebin.com/Bmynpy66 I am also having some trouble understanding and getting the `getelementptr` instruction to work, as I'm not...
That part of my code remains the same. Why would changing the USB port edit the code? Also, you say I might not be entering the device ID correctly. If...