Skip to content

/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/8.4.0/../../../../xtensa-lx106-elf/lib/crt0.o:(.literal+0x0): undefined reference to `main' collect2: error: ld returned 1 exit status make[1]: *** [/Users/xu756/Downloads/hello_world/build/bootloader/bootloader.elf] Error 1 make: *** [/Users/xu756/Downloads/hello_world/build/bootloader/bootloader.bin] Error 2 #1747

/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/8.4.0/../../../../xtensa-lx106-elf/lib/crt0.o:(.literal+0x0): undefined reference to `main' collect2: error: ld returned 1 exit status make[1]: *** [/Users/xu756/Downloads/hello_world/build/bootloader/bootloader.elf] Error 1 make: *** [/Users/xu756/Downloads/hello_world/build/bootloader/bootloader.bin] Error 2

/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/8.4.0/../../../../xtensa-lx106-elf/lib/crt0.o:(.literal+0x0): undefined reference to `main' collect2: error: ld returned 1 exit status make[1]: *** [/Users/xu756/Downloads/hello_world/build/bootloader/bootloader.elf] Error 1 make: *** [/Users/xu756/Downloads/hello_world/build/bootloader/bootloader.bin] Error 2 #1747

Workflow file for this run

name: Sync issue comments to JIRA
# This workflow will be triggered when new issue comment is created (including PR comments)
on: issue_comment
jobs:
sync_issue_comments_to_jira:
name: Sync Issue Comments to Jira
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Sync issue comments to JIRA
uses: espressif/github-actions/sync_issues_to_jira@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_PASS: ${{ secrets.JIRA_PASS }}
JIRA_PROJECT: GIT8266O
JIRA_URL: ${{ secrets.JIRA_URL }}
JIRA_USER: ${{ secrets.JIRA_USER }}