-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined reference #71
Comments
please follow this step
|
Hello. Did the process exactly same way twice and upgraded arduino IDE to 1.8.13. Now I am getting different error:
|
Tried to rename esp32s2ulp-elf-binutils to esp32ulp-elf-binutils and esp32s2ulp-elf to esp32ulp-elf but it did not help |
these error, i ever meet. you just follow there step, it will be success. check every step is correct. thx!! |
Sorry did not work. Just to be sure - in your guide "Copy the 'platform.local.txt' file to ... /esp32/hardware/esp32/1.0.0/. Remember 1.0.0 has to match your esp32 core version." - means copy the file from where? Jan |
you can choose 1.0.4. i try it . it will success |
Hello, the differences are: I have folder called 1.0.5 and in your guide step 7, I have name esp32s2ulp-elf-binutils, not esp32ulp-elf-binutils, because esp32s2ulp-elf-binutils was the file I downloaded from github. But as I wrote earlier, renaming the folder did not help. |
OK, so I have actually had to download different file, binutils-esp32ulp-linux-amd64-2.28.51-esp-20191205.tar.gz . But after compiling, I get following error: /home/janbenes/.arduino15/packages/esp32/tools/ulptool/src/esp32ulp-elf-binutils/bin/esp32ulp-elf-ld: ulp_main.elf section Does not matter if I set CONFIG_ULP_COPROC_RESERVE_MEM=1024 or CONFIG_ULP_COPROC_RESERVE_MEM=4096, still by 88 bytes... |
try increasing the ulp ram by finding CONFIG_ULP_COPROC_RESERVE_MEM in sdkconfig.h CONFIG_ULP_COPROC_RESERVE_MEM 1024 |
I just wrote in my previous post that I have done that as well... |
OK!! |
manually copying over the .s files to the temp folder works. see #78. |
Hello, I am trying to compile but getting an error. I had to move ulptool.h to example folder and I also increased ULP memory to 1024. That did not chnge the error I am still getting:
The text was updated successfully, but these errors were encountered: