Skip to content
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

ULP in Eclipse CDT #73

Open
dmarc1234 opened this issue Jun 9, 2021 · 3 comments
Open

ULP in Eclipse CDT #73

dmarc1234 opened this issue Jun 9, 2021 · 3 comments

Comments

@dmarc1234
Copy link

I am trying to get the ulptool working under Eclipse CDT.

I have followed the Arduino IDE install procedure placing the relevant files within the CDT tools directory, the ULP compiler under src/ and the platform.local.txt in the same location as the platform.txt file but the path information does not seem to be right as I get the following errors during compile:

project/main.cpp.o:(.literal._Z4loopv+0x7c): undefined reference to _binary_ulp_main_bin_end' project/main.cpp.o:(.literal._Z4loopv+0x80): undefined reference to _binary_ulp_main_bin_start'
project/main.cpp.o:(.literal._Z4loopv+0x90): undefined reference to ulp_low_thr' project/main.cpp.o:(.literal._Z4loopv+0x94): undefined reference to ulp_high_thr'
project/main.cpp.o:(.literal._Z4loopv+0x9c): undefined reference to ulp_sample_counter' project/main.cpp.o:(.literal._Z4loopv+0xa0): undefined reference to ulp_entry'
collect2.exe: error: ld returned 1 exit status

Any idea if your ulptool will work in this environment, any pointers would be much appreciated.

David

@dmarc1234
Copy link
Author

dmarc1234 commented Jun 24, 2021

Just wondering if anyone can help with this ?

@dmarc1234
Copy link
Author

It would be great if someone could help with this, anyone ?

David

@angyongen
Copy link

maybe #78 helps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants