Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: about deep learn Pin
CPallini26-Nov-18 20:57
mveCPallini26-Nov-18 20:57 
GeneralRe: about deep learn Pin
David Crow27-Nov-18 3:42
David Crow27-Nov-18 3:42 
GeneralRe: about deep learn Pin
CPallini27-Nov-18 11:47
mveCPallini27-Nov-18 11:47 
QuestionDisplay tooltip for each listbox item on combobox using ctooltipctrl Pin
Member 1031536521-Nov-18 6:29
professionalMember 1031536521-Nov-18 6:29 
AnswerRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
Victor Nijegorodov21-Nov-18 23:49
Victor Nijegorodov21-Nov-18 23:49 
GeneralRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
Member 1031536525-Nov-18 21:37
professionalMember 1031536525-Nov-18 21:37 
GeneralRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
Victor Nijegorodov25-Nov-18 22:36
Victor Nijegorodov25-Nov-18 22:36 
GeneralRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
Member 1031536526-Nov-18 2:03
professionalMember 1031536526-Nov-18 2:03 
AnswerRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
_Flaviu23-Nov-18 2:53
_Flaviu23-Nov-18 2:53 
GeneralRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
Member 1031536525-Nov-18 21:32
professionalMember 1031536525-Nov-18 21:32 
GeneralRe: Display tooltip for each listbox item on combobox using ctooltipctrl Pin
_Flaviu25-Nov-18 23:04
_Flaviu25-Nov-18 23:04 
Questiongcc configure for hardware Pin
Vaclav_20-Nov-18 6:50
Vaclav_20-Nov-18 6:50 
AnswerRe: gcc configure for hardware Pin
leon de boer20-Nov-18 18:17
leon de boer20-Nov-18 18:17 
GeneralRe: gcc configure for hardware Pin
Vaclav_21-Nov-18 4:44
Vaclav_21-Nov-18 4:44 
GeneralRe: gcc configure for hardware Pin
leon de boer21-Nov-18 5:26
leon de boer21-Nov-18 5:26 
GeneralRe: gcc configure for hardware Pin
Vaclav_21-Nov-18 7:12
Vaclav_21-Nov-18 7:12 
GeneralRe: gcc configure for hardware Pin
leon de boer21-Nov-18 12:11
leon de boer21-Nov-18 12:11 
GeneralRe: gcc configure for hardware Pin
Vaclav_21-Nov-18 15:01
Vaclav_21-Nov-18 15:01 
GeneralRe: gcc configure for hardware Pin
Vaclav_21-Nov-18 15:13
Vaclav_21-Nov-18 15:13 
GeneralRe: gcc configure for hardware Pin
leon de boer22-Nov-18 5:10
leon de boer22-Nov-18 5:10 
GeneralRe: gcc configure for hardware Pin
Vaclav_22-Nov-18 6:26
Vaclav_22-Nov-18 6:26 
GeneralRe: gcc configure for hardware Pin
Richard Andrew x6422-Nov-18 10:08
professionalRichard Andrew x6422-Nov-18 10:08 
GeneralRe: gcc configure for hardware Pin
Vaclav_22-Nov-18 17:28
Vaclav_22-Nov-18 17:28 
GeneralRe: gcc configure for hardware Pin
leon de boer22-Nov-18 21:48
leon de boer22-Nov-18 21:48 
GeneralRe: gcc configure for hardware Pin
Vaclav_26-Nov-18 4:09
Vaclav_26-Nov-18 4:09 
Leon,
sorry for late reply.
Here is (another) short update .
I may have already said that the only option for crosscompliing is the "prefix"

arm-linux-gnueabihf
so this may be dupe.

With that "prefix" the crosscompiler comes up with -march=arm7...

So I added -march=armv6 ( for Zero) and got this


/usr/arm-linux-gnueabihf/include/c++/5/exception:63:39: sorry, unimplemented: Thumb-1 hard-float VFP ABI
     exception() _GLIBCXX_USE_NOEXCEPT { }
                                       ^
src/subdir.mk:18: recipe for target 'src/Zero.o' failed



Adding -marm gets rid of the problem. I did briefly check what -marm option does and it is related to some switching between things.
Unimportant at this time - I just wanted clean compile.

The "bottom line" _ I can actually run Eclipse and in "debug" perspective I get
"TCF Agent disconnected ' Permission denied. "

I have seen this error long time ago when I started with TCF - turned out to be related to running "TCF Agent " as root.

BUT TCF Agent runs in root as default while using RPi 3B - so the problem MUST be somewhere else.

BTW I am having heck of time using " newest and greatest Eclipse "

I would like to try some other C++ IDE to run in crosscompile / TCF mode instead of Eclipse.

Cheers and thanks.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.