Hello boys and girls,
I have a problem with running the InternetConnection sample with the Q2686 module. When I build it in RTE mode, I get the following error:
… Link mingw_InternetConnection_H.bin …
make: *** [make_single_bin] Error 1
rte_wmwip_2.0.0.2.0.lib(./rte/vc6/Release/st_rand.obj)(.text[_ngRandom]+0x25):U:\projet\gsmmi\in: undefined reference to _allmul' rte_wmwip_2.0.0.2.0.lib(./rte/vc6/Release/st_rand.obj)(.text[_ngRandom]+0x33):U:\projet\gsmmi\in: undefined reference to
_aullrem’
Done.
Updating RTE kernel file…
no generated DLL found…
[wmmake error #1] Build error.
If I build in Target mode, it can be built, but after downloading it on the module I get only an ERROR message, and not even the traces in the main function can be seen.
I also encountered some strange problem when I build the QueryApp sample project including WIP 2.0.0.2.0 – it simply crashes when trying to link mingw_QueryAPP_H.bin, saying that “ld.exe” has encountered serious problems… But if I do not include WIP, it runs ok.
Anybody has an idea?