This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224229 - Can't add GCC(ARM - armv5tejl) toolchain
Summary: Can't add GCC(ARM - armv5tejl) toolchain
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on: 224230
Blocks:
  Show dependency tree
 
Reported: 2012-12-26 11:17 UTC by soldatov
Modified: 2012-12-27 02:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-12-26 11:17:12 UTC
Virtual machine with debian

sova@sova-arm:~$ cat /etc/debian_version
6.0.1
sova@sova-arm:~$ uname -a
Linux sova-arm 2.6.32-5-versatile #1 Tue Mar 8 19:11:56 UTC 2011 armv5tejl GNU/Linux
sova@sova-arm:~$ /usr/bin/gcc --version
gcc (Debian 4.4.5-8) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Scenario:
- Push Tools|Options
- Click on C/C++ icon
- Press Edit button
- Press Add button in Build Hosts Manager window
- Add host, port. Press Next
- Add login. Press Next
- Add password. Press OK.
==> host is added, but IDE can't recognize any toolchain.
- Press Finish
- Select new host and press Add... button
- Select /usr/bin folder and select GNU family. Press OK button.
- Add /usr/bin/gcc into C Compiler field
- Press Versions button
==> C Compiler: Tool not found
Comment 1 Andrew Krasny 2012-12-26 14:06:00 UTC
Well.. this is definitely not a p2, as arm is not supported, but the 'fix' is quite simple and safe... 

http://hg.netbeans.org/cnd-main/rev/5e2ed2476257
Comment 2 Quality Engineering 2012-12-27 02:28:14 UTC
Integrated into 'main-golden', will be available in build *201212270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5e2ed2476257
User: Andrew Krasny <akrasny@netbeans.org>
Log: #224229 - Can't add GCC(ARM - armv5tejl) toolchain