User forums > Help

Problem with Build

<< < (2/2)

Rishahnu:
Yeah, I believe I do have avr-libc installed. Any idea how would I check to make sure?

My system is 64 bit, but I do think I already have the ia32-libs-dev package. I added it to the linker search path with no success...

Thanks for the continued help.

Jenna:
You have /usr/lib in the linker search-path, that's normally wrong for cross-compiling, because it contains system-libs.
You might ned to explicitely set the path where the libm.so for your microcontroller is to the linker search paths.
dpkg -L <package-name> lists all files belonging to the package.
In your case dpkg -L avr-libc.

If it is not installed, you can install it with sudo apt-get install avr-libc.

Rishahnu:
Thanks! I changed the search location for the linker to lib32 instead of lib, and it now works!

Cheers!

Navigation

[0] Message Index

[*] Previous page

Go to full version