wukong-m2m / NanoKong

GNU General Public License v2.0
7 stars 3 forks source link

Implement temperature.humid sensor support for DHT-21/DHT-22 #18

Open wycc opened 11 years ago

pencilcheck commented 11 years ago

brotherwin should guide you through the process

curtis1213 commented 11 years ago

I have included the files needed from arduino driver and made modification to those files if necessary. Then compile error occurred, error messages are as follows. /usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: NanoVM.elf section .lowtext' will not fit in regionlowtext' /usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: section .javabytecode loaded at [00000200,00007fff] overlaps section .lowtext loaded at [00000000,00000203] /usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: region `lowtext' overflowed by 4 bytes

I tried to find out the reason but was stocked. This is my current progress.

wycc commented 11 years ago

It should be related to too many debug information. You can try to turn off some debug message.

2012/12/17 curtis1213 notifications@github.com

I have included the files needed from arduino driver and made modification to those files if necessary. Then compile error occurred, error messages are as follows. /usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: NanoVM.elf section .lowtext' will not fit in regionlowtext' /usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: section .javabytecode loaded at [00000200,00007fff] overlaps section .lowtext loaded at [00000000,00000203] /usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: region `lowtext' overflowed by 4 bytes

I tried to find out the reason but was stocked. This is my current progress.

— Reply to this email directly or view it on GitHubhttps://github.com/wukong-m2m/NanoKong/issues/18#issuecomment-11419332.