Tommy Murphy
Tommy Murphy
> I just ran with the following configuration for My Renesas e2studio: What version? What version of Eclipse, Eclipse CDT, and Eclipse Embedded CDT does it use? Maybe try with...
> So it _was_ the toolchain version. Thanks everyone helping me with that. You don't need to keep this issue open on my account. That's very odd. I didn't get...
If you haven't already found a workaround maybe `net use` to map the UNC path to a drive letter might help? * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/gg651155(v=ws.11)
> @jonahgraham, any suggestions on how to proceed? Is this of any relevance? * https://wiki.eclipse.org/Eclipse/UNC_Paths
What's the issue? There's no error in the log. You probably need to capture and attach (ideally don't just copy and paste it) the **full** verbose log.
Maybe not significant but the numbering of items seems a bit confusing: > ``` > set _CHIPNAME_0 cpu1 > set _CHIPNAME_1 cpu0 > > set _TARGETNAME_0 $_CHIPNAME_1.cpu > set _TARGETNAME_1...
These lines in the log seem odd to me: > ``` > Line 19: Debug: 24 0 command.c:152 script_debug(): command - jtag newtap cpu1 cpu -irlen 5 -expected-id 0cpu100E21 >...
> > `0cpu100e21` doesn't look like a valid 32-bit IDCODE to me. > > AFAIU, this is the result of search & replace `x100`->`cpu1`. > > Can also be observed...
You didn't address all of the questions that I asked in an attempt to clarify matters. Apropos of what @en-sc said previously it may be that the operations intended to...
So, is it the case that this issue is invalid or maybe that the usage help for `--pc` should clarify that the specified PC does not take immediate effect? *...