Git Product home page Git Product logo

cctools's People

Watchers

 avatar  avatar  avatar

cctools's Issues

Can you add avr-gcc-4.8?

It needs also avrlibc-1.8 library. It will be nice to have it. Probably it 
needs a switch to change between toolchains...


Original issue reported on code.google.com by [email protected] on 8 Oct 2013 at 1:36

New Perl packages

The Perl had a poor support for Android. There is an effort to change it and 
officially introduce it to Perl's repository and new 5.20 version.

Nevertheless I prepared a set of changes ported back to 5.18 series: 
https://github.com/dex4er/perl5-android/wiki

Please add this package to your add-ones: 
https://dl.dropboxusercontent.com/s/wwsq0nfyxgazz6p/perl_5.18.2-30-ge7e507e_arme
l.zip 

or build new package with patches from https://github.com/dex4er/perl5-android 
repository (dexter/android/v5.18.2 branch) and with proper configuration 
options.

Configure \
-des \
-Dusethreads \
-Dlibpth='/system/lib /data/data/com.pdaxrom.cctools/root/cctools/lib' \
-Dusrinc=/data/data/com.pdaxrom.cctools/root/cctools/arm-linux-androideabi/inclu
de \
-Dprefix=/data/data/com.pdaxrom.cctools/root/cctools

should be enough.


Thank you!

Original issue reported on code.google.com by [email protected] on 17 Jan 2014 at 10:42

Console is hidden by software keyboard

What steps will reproduce the problem?
1. start typing in console 
2.
3.

What is the expected output? What do you see instead?
console height become less in order to let all the script viewable


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Apr 2013 at 6:23

the software starts to hang or lag after 200 lines of code

What steps will reproduce the problem?
1. Writing a code of more than 200 lines
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
v1.18   Android OS v4.2.2

Please provide any additional information below.
When the software starts to hang or lag after 200 lines of code then coding 
becomes almost impossible to continue

Original issue reported on code.google.com by [email protected] on 23 Oct 2014 at 7:36

Compiling c++ source with clang compiler fails when using math.h header (or any other that includes it)

What steps will reproduce the problem?
1. Create test-algo.cpp file with following contents:
#include <math.h>
int main() { return 0; }
2. Tap the "Compile and run" button while using clang c++ compiler (I didn't 
try this with gcc)
3. Compilation fails with:
In file included from test-algo.cpp:1:
/data/data/com.pdaxrom.cctools/root/cctools/bin/../lib/gcc/arm-linux-androideabi
/4.8/../../../../arm-linux-androideabi/include/math.h:537:5: error: conflicting 
types for '__builtin_isnan'
int     __builtin_isnan(double) __NDK_FPABI_MATH__ __pure2;
        ^
/data/data/com.pdaxrom.cctools/root/cctools/bin/../lib/gcc/arm-linux-androideabi
/4.8/../../../../arm-linux-androideabi/include/math.h:537:5: note: 
'__builtin_isnan' is a builtin with type 'int ()'
1 error generated.

What is the expected output? What do you see instead?
Compilation should succeed.

What version of the product are you using? On what operating system?
cctools 1.18 on android 4.4.2, clang version 3.4

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Nov 2014 at 4:07

the software starts to hang or lag after approximately 300 lines of code

What steps will reproduce the problem?
1. Writing a code of more than 300 lines
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
v1.18   Android OS v4.2.2

Please provide any additional information below.
when the hanging or lagging starts then programming becomes horrible and almost 
proves impossible to continue with the software.

Original issue reported on code.google.com by [email protected] on 23 Oct 2014 at 7:39

Many issues with fortran file editor

1. Fortran files with upper case filename extension are not recorgnized and 
therefore syntax is not highlited
2. Fortran native C-commentaries are not highlited
3. Fortran native character strings are not highlited
4. Fortran TAB-form are incorrectly displayed
5. DOUBLE PRECISION & REAL numbers are  incorrectly highlited
6. Automatic indents do not work
7. Format descriptors incorrectly highlighted

What is the expected output? What do you see instead?

1. Syntax highliting in Fortran files with upper case filename extension
2. Highliting of Fortran native C-commentaries (that are lines with "C" simbol 
in first column)
3. Highliting of Fortran native character strings (embraced in ' -simbols)
4. TAB size (width) should be six characters
5. Whole DOUBLE PRECISION ( 0.0D0 ) & REAL ( 0.0E0 ) number should be 
highlighted
6. Automatic TAB indent after line with TAB indent, 6 character indent after 
line with 6 character indent, 5 character indent after line breaking (if 
carriage returned in the middle of the line)
7. Format descriptors should be highlighted as variable

What version of the product are you using? On what operating system?

CCTools 1.18
Android 4.0.4

Please provide any additional information below.

1. How one could convert CVF project file to makefile acceptable for compiler 
used by CCTools?
2. Not all keywords are correctly highlighted
3. Wouldn't you later add invisible characters display & customisable highlight 
color scheme?
4. If you need help in Fortran syntax, please address to me

Original issue reported on code.google.com by [email protected] on 13 Sep 2014 at 2:47

Attachments:

permission denied using aproject

What steps will reproduce the problem?
1. create directory 
/data/data/com.pdaxrom.cctools/root/cctools/home/myandroidapp using mkdir
2. Create a new android template project using the instructions 
aproject create project -N "My Android App" -n myandroidapp -k my.android.app 
-a MyAndroidAppActivity -p 
/data/data/com.pdaxrom.cctools/root/cctools/home/myandroidapp/
3.

What is the expected output? What do you see instead?
"permission denied"

What version of the product are you using? On what operating system?
CCTools 1.18 on LG Volt Android 4.4.2 Kitkat

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Jul 2014 at 11:04

Name services and DNS don't work for cctools sessions

Started with "ssh htc-one-s -p22022":

# id
uid=10205 gid=10205 groups=1015,1028,3003

# ./gethostbyname-example www.google.com
Host name lookup failure: host 'www.google.com'


Started with "adb shell":

$ id
uid=2000(shell) gid=2000(shell) 
groups=1003(graphics),1004(input),1007(log),1009(mount),1011(adb),1015(sdcard_rw
),1028(sdcard_r),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats)

# ./gethostbyname-example www.google.com            
Host www.google.com : 
 Officially:    www.google.com
 Aliases:   
 Type:      AF_INET
 Address:   173.194.113.84
 Address:   173.194.113.81
 Address:   173.194.113.80
 Address:   173.194.113.83
 Address:   173.194.113.82


$ ls -ln /dev/socket/                                          
srw-rw---- 1002     1002              2014-01-17 10:29 dbus
srw-rw---- 0        1000              2014-01-17 10:29 displayd
srw-rw---- 0        3003              2014-01-17 10:29 dnsproxyd
srw-rw---- 2000     1007              2014-01-17 10:29 htc_dk
srw-rw---- 2000     1007              2014-01-17 10:29 htc_dlk
srw------- 1000     1000              2014-01-17 10:29 installd
srw-rw-rw- 0        0                 2014-01-17 10:29 keystore
srw-rw---- 0        1000              2014-01-17 10:29 mdns
srw-rw-rw- 0        1000              2014-01-17 10:29 mpctl
srw-rw---- 0        1000              2014-01-17 10:29 mpdecision
srw-rw---- 0        1000              2014-01-17 10:29 netd
srw-rw-rw- 0        0                 2014-01-17 10:29 property_service
drwxrwx--- 1001     1001              2014-01-17 10:29 qmux_radio
srw-rw---- 0        1001              2014-01-17 10:29 rild
srw-rw---- 1001     1000              2014-01-17 10:29 rild-debug
srw-rw---- 0        1009              2014-01-17 10:29 vold
srw-rw---- 1010     1010              2014-01-17 10:30 wpa_wlan0
srw-rw---- 0        1000              2014-01-17 10:29 zygote

Original issue reported on code.google.com by [email protected] on 17 Jan 2014 at 10:36

Attachments:

Instructions for using Dropbear are not clear

I am able to connect to the dropbear server on 22022, but I have no idea what 
to use as the username.  My phone is not rooted so I can't login as root.  
There is not a username associated with any files in 
/data/data/com.pdaxrom.cctools/home, only a UID.

Original issue reported on code.google.com by [email protected] on 31 Oct 2014 at 10:20

few toolbar buttons are not visible on smartphones

What steps will reproduce the problem?
1. run app in portrait orientation
2.
3.

What is the expected output? What do you see instead?
run/build buttons are visible. are not visible instead (but can be scrolled)


What version of the product are you using? On what operating system?


Please provide any additional information below.
May be should use actionbar sherlock http://actionbarsherlock.com/

Original issue reported on code.google.com by [email protected] on 3 Apr 2013 at 6:25

gfortran 4.8 file OPEN / INQUIRE error

What steps will reproduce the problem?
1. use OPEN or INQUIRE statement in .f program
2. compile (no problems) and run the program
3.

What is the expected output? What do you see instead?
fortran runtime error. Not a directly.

What version of the product are you using? On what operating system?
CCTools 20130825

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Aug 2013 at 12:31

Complex.h

What steps will reproduce the problem?
1. #include <complex.h> and using the library

What is the expected output? What do you see instead?
The program should compile. Instead I get: fatal error: 'complex.h' file not 
found


What version of the product are you using? On what operating system?
The latest version, on a Nexus 7.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Jul 2014 at 1:08

Cannot load list of packages from remote repository

Fresh install
Attempt to download CLang tool chain

Program stops for a long time at 30% Downloading list of packages and then 
reports that the remote repository is unavailable.

It would appear that http://cctools.info/packages-pie is unavailable.


Original issue reported on code.google.com by [email protected] on 3 Jan 2015 at 11:26

Enter one-line summary

What steps will reproduce the problem?
1. Menu -> Add-ons -> Add-ons Manager, select icon to 'change repos list', and 
set the URI to 'file:///mnt/external-sd/anyFolder'
2. Update repositories, the list gets updated, i choose any of the packages 
(without dependencies) downloaded into '/mnt/external-sd/anyFolder' to be 
installed

What is the expected output? What do you see instead?
Expected to get the package installed.
I get instead a message: 'Error downloading file, restart package manager and 
reinstall...'

What version of the product are you using? On what operating system?
Latest version, on Android

Please provide any additional information below.
Please give any clues on how to use local repositories to install CCTools 
packages & modules.

Original issue reported on code.google.com by [email protected] on 14 Aug 2014 at 8:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.