Pawel Szabaciuk

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Raspberry Pi debugging immediately exits with SIGILL #11778
    Pawel Szabaciuk
    Participant

    Check if you have libc6-dbg installed.

    in reply to: ESP32 Custom Build Step #10638
    Pawel Szabaciuk
    Participant

    Ok, I’ve changed:

    CommandFormat="-r -b binary $< -o $@"

    into:

    CommandFormat="-r -no-relax -b binary $< -o $@"

    But I have another issue:

    1> C:\SysGCC\esp32\bin\xtensa-esp32-elf-objcopy.exe:VisualGDB/Debug/login.o0: File format not recognized 1> Sysprogs.Build.Tasks.VisualGDBTask+ToolFailedException 1> Sysprogs.Build.Tasks.VisualGDBTask+ToolFailedException: Build failed: xtensa-esp32-elf-objcopy.exe exited with code 1 1> at Sysprogs.Build.Tasks.VisualGDBSimpleTask.RunToolLocally(String tool, SimpleToolInvocation[] invocations) 1> at Sysprogs.Build.Tasks.VisualGDBSimpleTask.DoExecuteOrThrow(String tool) 1> at Sysprogs.Build.Tasks.VisualGDBTask.Execute() 1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\binary.targets(23,2): error : Build failed: xtensa-esp32-elf-objcopy.exe exited with code 1

    in reply to: ESP32 Custom Build Step #10632
    Pawel Szabaciuk
    Participant

    I haveĀ marked one file as Embedded Binary File. This is build output:

    1> C:\SysGCC\esp32\bin\xtensa-esp32-elf-ld.exe: --relax and -r may not be used together 1> Sysprogs.Build.Tasks.VisualGDBTask+ToolFailedException 1> Sysprogs.Build.Tasks.VisualGDBTask+ToolFailedException: Build failed: xtensa-esp32-elf-ld.exe exited with code 1 1> at Sysprogs.Build.Tasks.VisualGDBSimpleTask.RunToolLocally(String tool, SimpleToolInvocation[] invocations) 1> at Sysprogs.Build.Tasks.VisualGDBSimpleTask.DoExecuteOrThrow(String tool) 1> at Sysprogs.Build.Tasks.VisualGDBTask.Execute() 1>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\binary.targets(7,2): error : Build failed: xtensa-esp32-elf-ld.exe exited with code 1

    in reply to: ESP32 Custom Build Step #10620
    Pawel Szabaciuk
    Participant

    And of course it doesn’t work with ESP32 šŸ˜

    in reply to: ESP32 Custom Build Step #10619
    Pawel Szabaciuk
    Participant

    Oh, that embedded resources is genius. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)