Post Reply 
my problem
05-12-2016, 07:50 PM
Post: #9
RE: my problem
(05-11-2016 03:52 AM)Alejandro Paz(Germany) Wrote:  I find that the way you invoked the compiler a bit strange:

In the manual they recommend you have a /usr directory at the top of the C drive. You can also try MinGW instead of cygwin.
The -O option (Optimization level) needs a switch like 's' for size, or '0' for none, or '2' for optimize more (-O2 is what the manual recommends)

try it like this (assuming that xgcc is in the PATH and Residuo_secco.c is in the current directory):

xgcc -O2 Residuo_secco.c -o Residuo_secco

btw: ENOENT means file not found.


Hi

thank you for your help.

You give me some ideas and i started to do some test but nothing working

BUT

I found it:

http://www.hpcalc.org/hp48/pc/programming/htrxgcc.zip

this document explain how use XGCC 48 into WIN3.11 (LOL). Here i found the solution and now it's all OK!!!

PS: the original manual DO NOT EXPLAIN the correct procedure because don't talk about -lcore command. I think in the past other people had my problem...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
my problem - #ich - 05-09-2016, 08:03 PM
RE: my problem - Alejandro Paz(Germany) - 05-10-2016, 12:25 PM
RE: my problem - roadrunner - 05-10-2016, 03:18 PM
RE: my problem - #ich - 05-10-2016, 06:12 PM
RE: my problem - Alejandro Paz(Germany) - 05-10-2016, 06:51 PM
RE: my problem - #ich - 05-10-2016, 07:53 PM
RE: my problem - jch - 05-10-2016, 08:35 PM
RE: my problem - Alejandro Paz(Germany) - 05-11-2016, 03:52 AM
RE: my problem - #ich - 05-12-2016 07:50 PM
RE: my problem - Hans Brueggemann - 05-13-2016, 07:13 AM



User(s) browsing this thread: 1 Guest(s)