gmhwxi
November 15, 2015, 1:53pm
1
Please take a look at this example first:
I think your program was caused by not declaring some C functions before
calling them. Should be easy to fix.On Sun, Nov 15, 2015 at 8:44 AM, Kiwamu Okabe kiw...@debian.or.jp wrote:
I make own prelude for the ESP8266 platform:
https://github.com/fpiot/esp8266-ats/tree/ats/ESP8266_PRELUDE
https://github.com/fpiot/esp8266-ats/blob/ats/Makefile.common#L42
The compile option is wrong?
ATSCFLAGS += -D_ATSTYPE_VAR_SIZE_=0X000F
-D_ATS_CCOMP_EXCEPTION_NONE_ -D_ATS_CCOMP_RUNTIME_NONE_
-D_ATS_CCOMP_PRELUDE_NONE_
-D_ATS_CCOMP_PRELUDE_USER_=\"../../ESP8266_PRELUDE/kernel_prelude.cats\"
–
Kiwamu Okabe at METASEPI DESIGN
–
You received this message because you are subscribed to the Google Groups
“ats-lang-users” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ats-lang-user...@googlegroups.com .
To post to this group, send email to ats-lan...@googlegroups.com .
Visit this group at http://groups.google.com/group/ats-lang-users .
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-lang-users/CAEvX6dn-ziE_%3Dod3Z_GvsUnqEoPsSieAHgjvV2RYXA6z_mo0_A%40mail.gmail.com
.
gmhwxi
November 15, 2015, 1:57pm
2
Here is an earlier post on using one’s own malloc/free:
Redirecting to Google Groups Sun, Nov 15, 2015 at 8:53 AM, Hongwei Xi gmh...@gmail.com wrote:
Please take a look at this example first:
https://github.com/githwxi/ATS-Postiats-contrib/tree/master/document/EXAMPLE/CA-HSR2/program-1-2
I think your program was caused by not declaring some C functions before
calling them. Should be easy to fix.
On Sun, Nov 15, 2015 at 8:44 AM, Kiwamu Okabe kiw...@debian.or.jp wrote:
I make own prelude for the ESP8266 platform:
https://github.com/fpiot/esp8266-ats/tree/ats/ESP8266_PRELUDE
https://github.com/fpiot/esp8266-ats/blob/ats/Makefile.common#L42
The compile option is wrong?
ATSCFLAGS += -D_ATSTYPE_VAR_SIZE_=0X000F
-D_ATS_CCOMP_EXCEPTION_NONE_ -D_ATS_CCOMP_RUNTIME_NONE_
-D_ATS_CCOMP_PRELUDE_NONE_
-D_ATS_CCOMP_PRELUDE_USER_=\"../../ESP8266_PRELUDE/kernel_prelude.cats\"
–
Kiwamu Okabe at METASEPI DESIGN
–
You received this message because you are subscribed to the Google Groups
“ats-lang-users” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ats-lang-user...@googlegroups.com .
To post to this group, send email to ats-lan...@googlegroups.com .
Visit this group at http://groups.google.com/group/ats-lang-users .
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-lang-users/CAEvX6dn-ziE_%3Dod3Z_GvsUnqEoPsSieAHgjvV2RYXA6z_mo0_A%40mail.gmail.com
.